summaryrefslogtreecommitdiff
path: root/src/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/macros.h b/src/macros.h
index aa8c1375070..5fd66db6011 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -18,14 +18,6 @@ You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-/* Kbd macro currently being executed (a string or vector). */
-
-extern Lisp_Object Vexecuting_kbd_macro;
-
-/* Index of next character to fetch from that macro. */
-
-extern EMACS_INT executing_kbd_macro_index;
-
/* Number of successful iterations so far
for innermost keyboard macro.
This is not bound at each level,