summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-09-01 21:04:32 +0000
committerKarl Heuer <kwzh@gnu.org>1996-09-01 21:04:32 +0000
commitee37f781ac679f75614f90d5eb6d3aa65647d9fa (patch)
tree8355f11a94ccbca5c01619518a8a8e0f8de258ad /src/keyboard.h
parenta3adfeefe543fe78d2c2f0aec7168e9fdbea5728 (diff)
downloademacs-ee37f781ac679f75614f90d5eb6d3aa65647d9fa.tar.gz
Removed support for !MULTI_FRAME.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 66ff8ca36bc..1c36e11d1b8 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -196,15 +196,12 @@ extern Lisp_Object Vfunction_key_map;
extern Lisp_Object this_command_keys;
extern int this_command_key_count;
-#ifdef MULTI_FRAME
/* The frame in which the last input event occurred, or Qmacro if the
last event came from a macro. We use this to determine when to
generate switch-frame events. This may be cleared by functions
like Fselect_frame, to make sure that a switch-frame event is
generated by the next character. */
extern Lisp_Object internal_last_event_frame;
-#endif
-
/* Macros for dealing with lispy events. */