aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorDmitry Antipov2014-06-29 20:12:08 +0400
committerDmitry Antipov2014-06-29 20:12:08 +0400
commit8d56de79017652907c97aa00ba0d8155229b496b (patch)
treea72a48da445bc65ee8419738629f42df32d83dcf /src/w32fns.c
parente3be29073e79a306ccdbdbdb8d4caf2863de760e (diff)
downloademacs-8d56de79017652907c97aa00ba0d8155229b496b.tar.gz
emacs-8d56de79017652907c97aa00ba0d8155229b496b.zip
* xfns.c (Qsuppress_icon): Remove; no real users.
(syms_of_xfns): Don't DEFSYM it. Remove ancient comments. * w32fns.c (Qsuppress_icon): Remove, for the same reason. (syms_of_w32fns): Don't DEFSYM it.
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 057bc95ee94..e24148af4ff 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -96,7 +96,6 @@ static HWND hourglass_hwnd = NULL;
96#define IDC_HAND MAKEINTRESOURCE(32649) 96#define IDC_HAND MAKEINTRESOURCE(32649)
97#endif 97#endif
98 98
99Lisp_Object Qsuppress_icon;
100Lisp_Object Qundefined_color; 99Lisp_Object Qundefined_color;
101Lisp_Object Qcancel_timer; 100Lisp_Object Qcancel_timer;
102Lisp_Object Qfont_param; 101Lisp_Object Qfont_param;
@@ -8091,7 +8090,6 @@ syms_of_w32fns (void)
8091 8090
8092 w32_visible_system_caret_hwnd = NULL; 8091 w32_visible_system_caret_hwnd = NULL;
8093 8092
8094 DEFSYM (Qsuppress_icon, "suppress-icon");
8095 DEFSYM (Qundefined_color, "undefined-color"); 8093 DEFSYM (Qundefined_color, "undefined-color");
8096 DEFSYM (Qcancel_timer, "cancel-timer"); 8094 DEFSYM (Qcancel_timer, "cancel-timer");
8097 DEFSYM (Qhyper, "hyper"); 8095 DEFSYM (Qhyper, "hyper");
@@ -8106,8 +8104,6 @@ syms_of_w32fns (void)
8106 DEFSYM (Qworkarea, "workarea"); 8104 DEFSYM (Qworkarea, "workarea");
8107 DEFSYM (Qmm_size, "mm-size"); 8105 DEFSYM (Qmm_size, "mm-size");
8108 DEFSYM (Qframes, "frames"); 8106 DEFSYM (Qframes, "frames");
8109 /* This is the end of symbol initialization. */
8110
8111 8107
8112 Fput (Qundefined_color, Qerror_conditions, 8108 Fput (Qundefined_color, Qerror_conditions,
8113 listn (CONSTYPE_PURE, 2, Qundefined_color, Qerror)); 8109 listn (CONSTYPE_PURE, 2, Qundefined_color, Qerror));