remove unused variable
authorDana Jansens <danakj@orodu.net>
Sun, 22 Jul 2007 15:50:15 +0000 (11:50 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 22 Jul 2007 15:50:15 +0000 (11:50 -0400)
openbox/event.c

index 746be2c..c119573 100644 (file)
@@ -243,10 +243,6 @@ static void event_set_curtime(XEvent *e)
 
 static void event_hack_mods(XEvent *e)
 {
-#ifdef XKB
-    XkbStateRec xkb_state;
-#endif
-
     switch (e->type) {
     case ButtonPress:
     case ButtonRelease: