]> git.eshelyaron.com Git - emacs.git/commitdiff
(Qutf_8): Moved to coding.c
authorDave Love <fx@gnu.org>
Mon, 2 Jun 2003 18:48:55 +0000 (18:48 +0000)
committerDave Love <fx@gnu.org>
Mon, 2 Jun 2003 18:48:55 +0000 (18:48 +0000)
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;