mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
wmaker: Removed variable for X Context that is not used
This commit is contained in:
committed by
Carlos R. Mafra
parent
ec91b9f68e
commit
45bfc1d1c5
@@ -101,9 +101,6 @@ extern Bool wXkbSupported;
|
||||
extern int wXkbEventBase;
|
||||
#endif
|
||||
|
||||
/* contexts */
|
||||
extern XContext wVEdgeContext;
|
||||
|
||||
#ifndef HAVE_INOTIFY
|
||||
/* special flags */
|
||||
extern char WDelayedActionSet;
|
||||
@@ -472,7 +469,6 @@ void StartUp(Bool defaultScreenOnly)
|
||||
w_global.context.client_win = XUniqueContext();
|
||||
w_global.context.app_win = XUniqueContext();
|
||||
w_global.context.stack = XUniqueContext();
|
||||
wVEdgeContext = XUniqueContext();
|
||||
|
||||
/* _XA_VERSION = XInternAtom(dpy, "VERSION", False); */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user