From: Dana Jansens Date: Sat, 28 Jul 2007 19:06:12 +0000 (-0400) Subject: remove old unused variables X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=6354baf43f2b4950be668371f14cc2b4495af065;p=chaz%2Fopenbox remove old unused variables --- 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);