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