aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xterm.c b/src/xterm.c
index e3f473986b2..9a87a1ee49c 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -183,17 +183,9 @@ static Time ignore_next_mouse_click_timeout;
183 183
184static int x_noop_count; 184static int x_noop_count;
185 185
186static Lisp_Object Qalt, Qhyper, Qmeta, Qsuper, Qmodifier_value;
187
188static Lisp_Object Qvendor_specific_keysyms;
189static Lisp_Object Qlatin_1;
190
191#ifdef USE_GTK 186#ifdef USE_GTK
192/* The name of the Emacs icon file. */ 187/* The name of the Emacs icon file. */
193static Lisp_Object xg_default_icon_file; 188static Lisp_Object xg_default_icon_file;
194
195/* Used in gtkutil.c. */
196Lisp_Object Qx_gtk_map_stock;
197#endif 189#endif
198 190
199/* Some functions take this as char *, not const char *. */ 191/* Some functions take this as char *, not const char *. */