diff src/event-gtk.c @ 5178:97eb4942aec8

merge
author Ben Wing <ben@xemacs.org>
date Mon, 29 Mar 2010 21:28:13 -0500
parents 8b2f75cecb89 a48ef26d87ee
children 71ee43b8a74d
line wrap: on
line diff
--- a/src/event-gtk.c	Tue Feb 23 07:28:35 2010 -0600
+++ b/src/event-gtk.c	Mon Mar 29 21:28:13 2010 -0500
@@ -1,7 +1,7 @@
 /* The event_stream interface for X11 with gtk, and/or tty frames.
    Copyright (C) 1991-5, 1997 Free Software Foundation, Inc.
    Copyright (C) 1995 Sun Microsystems, Inc.
-   Copyright (C) 1996, 2001, 2002, 2003 Ben Wing.
+   Copyright (C) 1996, 2001, 2002, 2003, 2010 Ben Wing.
    Copyright (C) 2000 William Perry.
 
 This file is part of XEmacs.
@@ -86,8 +86,6 @@
 
 static int last_quit_check_signal_tick_count;
 
-Lisp_Object Qsans_modifiers;
-
 /*
  * Identify if the keysym is a modifier.  This implementation mirrors x.org's
  * IsModifierKey(), but for GDK keysyms.
@@ -1616,7 +1614,6 @@
 void
 syms_of_event_gtk (void)
 {
-  DEFSYMBOL (Qsans_modifiers);
 }
 
 void