]> code.delx.au - gnu-emacs/blobdiff - src/xterm.c
Remove redundant include of unistd.h, stdlib.h. Use
[gnu-emacs] / src / xterm.c
index 842a81afc382bbc57414165159e757e15604033b..590ce4f7917d9e3c36ee3abb416dd65c5aa787d2 100644 (file)
@@ -296,7 +296,7 @@ Lisp_Object Vx_keysym_table;
 static Lisp_Object Qalt, Qhyper, Qmeta, Qsuper, Qmodifier_value;
 
 static Lisp_Object Qvendor_specific_keysyms;
-static Lisp_Object Qlatin_1, Qutf_8;
+static Lisp_Object Qlatin_1;
 
 extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *));
 
@@ -7106,7 +7106,6 @@ XTread_socket (sd, bufp, numchars, expected)
 
       while (gtk_events_pending ())
         {
-          static int nr = 0;
           current_count = count;
           current_numcharsp = &numchars;
           current_bufp = &bufp;