diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-31 11:47:35 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-31 11:50:01 -0700 |
| commit | 0c2a3cf62a0117586803513ef104ff3ef97c1c3f (patch) | |
| tree | 89247a8b1e9ba9eff229ae1f7e86919c07577e7a /src/frame.c | |
| parent | 1e04ea9879eefd0ce15a386f575bdf85cbd4d38d (diff) | |
| download | emacs-0c2a3cf62a0117586803513ef104ff3ef97c1c3f.tar.gz | |
Remove unused DEFSYMs
Remove DEFSYMs that aren't used at the C level. Also:
* src/decompress.c (Qzlib_dll):
* src/font.c (Qunicode_sip):
* src/frame.c (Qtip_frame):
* src/ftfont.c (Qserif):
* src/gnutls.c (Qgnutls_dll):
* src/xml.c (Qlibxml2_dll):
Move from here ...
* src/w32fns.c (syms_of_w32fns): ... to here,
as these are used only on MS-Windows.
Diffstat (limited to 'src/frame.c')
| -rw-r--r-- | src/frame.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/frame.c b/src/frame.c index 478bb00337b..e3ad82f5f80 100644 --- a/src/frame.c +++ b/src/frame.c @@ -4905,7 +4905,6 @@ syms_of_frame (void) DEFSYM (Qframe_inhibit_resize, "frame-inhibit-resize"); DEFSYM (Qx_set_fullscreen, "x-set-fullscreen"); DEFSYM (Qx_check_fullscreen, "x-check-fullscreen"); - DEFSYM (Qx_set_window_size_1, "x-set-window-size-1"); DEFSYM (Qxg_frame_resized, "xg-frame-resized"); DEFSYM (Qxg_frame_set_char_size_1, "xg-frame-set-char-size-1"); DEFSYM (Qxg_frame_set_char_size_2, "xg-frame-set-char-size-2"); @@ -4922,7 +4921,6 @@ syms_of_frame (void) DEFSYM (Qset_window_configuration, "set-window-configuration"); DEFSYM (Qx_create_frame_1, "x-create-frame-1"); DEFSYM (Qx_create_frame_2, "x-create-frame-2"); - DEFSYM (Qtip_frame, "tip-frame"); DEFSYM (Qterminal_frame, "terminal-frame"); #ifdef HAVE_NS @@ -5074,12 +5072,10 @@ The pointer becomes visible again when the mouse is moved. */); DEFVAR_LISP ("focus-in-hook", Vfocus_in_hook, doc: /* Normal hook run when a frame gains input focus. */); Vfocus_in_hook = Qnil; - DEFSYM (Qfocus_in_hook, "focus-in-hook"); DEFVAR_LISP ("focus-out-hook", Vfocus_out_hook, doc: /* Normal hook run when a frame loses input focus. */); Vfocus_out_hook = Qnil; - DEFSYM (Qfocus_out_hook, "focus-out-hook"); DEFVAR_LISP ("delete-frame-functions", Vdelete_frame_functions, doc: /* Functions run before deleting a frame. |
