1
0
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:
Christophe CURIS
2013-09-29 13:22:59 +02:00
committed by Carlos R. Mafra
parent ec91b9f68e
commit 45bfc1d1c5
4 changed files with 0 additions and 10 deletions

View File

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