changeset 51405:c3e680aa1a51

(Qutf_8): Moved to coding.c
author Dave Love <fx@gnu.org>
date Mon, 02 Jun 2003 18:48:55 +0000
parents e518bae63784
children 3c675181c3d8
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Jun 02 18:48:43 2003 +0000
+++ b/src/xterm.c	Mon Jun 02 18:48:55 2003 +0000
@@ -296,7 +296,7 @@
 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 @@
 
       while (gtk_events_pending ())
         {
-          static int nr = 0;
           current_count = count;
           current_numcharsp = &numchars;
           current_bufp = &bufp;