diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index 842a81afc38..590ce4f7917 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -296,7 +296,7 @@ Lisp_Object Vx_keysym_table; | |||
| 296 | static Lisp_Object Qalt, Qhyper, Qmeta, Qsuper, Qmodifier_value; | 296 | static Lisp_Object Qalt, Qhyper, Qmeta, Qsuper, Qmodifier_value; |
| 297 | 297 | ||
| 298 | static Lisp_Object Qvendor_specific_keysyms; | 298 | static Lisp_Object Qvendor_specific_keysyms; |
| 299 | static Lisp_Object Qlatin_1, Qutf_8; | 299 | static Lisp_Object Qlatin_1; |
| 300 | 300 | ||
| 301 | extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *)); | 301 | extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *)); |
| 302 | 302 | ||
| @@ -7106,7 +7106,6 @@ XTread_socket (sd, bufp, numchars, expected) | |||
| 7106 | 7106 | ||
| 7107 | while (gtk_events_pending ()) | 7107 | while (gtk_events_pending ()) |
| 7108 | { | 7108 | { |
| 7109 | static int nr = 0; | ||
| 7110 | current_count = count; | 7109 | current_count = count; |
| 7111 | current_numcharsp = &numchars; | 7110 | current_numcharsp = &numchars; |
| 7112 | current_bufp = &bufp; | 7111 | current_bufp = &bufp; |