remove old unused variables

This commit is contained in:
Dana Jansens 2007-07-28 15:06:12 -04:00
parent fe825d1dd2
commit 6354baf43f

View file

@ -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);