aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-07-16 00:05:12 +0000
committerKarl Heuer <[email protected]>1996-07-16 00:05:12 +0000
commit8d9e2162338ccea035d1f9371e6cfd7f69261deb (patch)
tree4d08884f2ed222d8600488bc3084af69a9cba424 /src
parent7fd6105772fa953ab1174fce8dff1ab57fb3e31f (diff)
(Qmouse_leave_buffer_hook): Delete redundant definition.
(syms_of_frame_1): Delete the duplicate assignment and staticpro.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/frame.c b/src/frame.c
index 48bd245316..06d2fbf48d 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -86,8 +86,6 @@ Lisp_Object Qtitle;
Lisp_Object Vterminal_frame;
Lisp_Object Vdefault_frame_alist;
-Lisp_Object Qmouse_leave_buffer_hook;
-
static void
syms_of_frame_1 ()
{
@@ -127,9 +125,6 @@ syms_of_frame_1 ()
Qtitle = intern ("title");
staticpro (&Qtitle);
- Qmouse_leave_buffer_hook = intern ("mouse-leave-buffer-hook");
- staticpro (&Qmouse_leave_buffer_hook);
-
DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist,
"Alist of default values for frame creation.\n\
These may be set in your init file, like this:\n\