summaryrefslogtreecommitdiff
path: root/openbox/event.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-28 15:06:12 -0400
committerDana Jansens <danakj@orodu.net>2007-07-28 15:06:12 -0400
commit6354baf43f2b4950be668371f14cc2b4495af065 (patch)
tree36592400d38989e5f8910f98370094c6226e3db0 /openbox/event.h
parentfe825d1dd274ca1fdafdca333df6d6689ec039c6 (diff)
remove old unused variables
Diffstat (limited to 'openbox/event.h')
-rw-r--r--openbox/event.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/openbox/event.h b/openbox/event.h
index 5c5290f0..a1ccfbc6 100644
--- a/openbox/event.h
+++ b/openbox/event.h
@@ -27,11 +27,6 @@ struct _ObClient;
/*! Time at which the last event with a timestamp occured. */
extern Time event_curtime;
-/*! The value of the mask for the NumLock modifier */
-extern guint NumLockMask;
-/*! The value of the mask for the ScrollLock modifier */
-extern guint ScrollLockMask;
-
void event_startup(gboolean reconfig);
void event_shutdown(gboolean reconfig);