From: Christophe CURIS <[email protected]>
---
src/event.c | 2 --
src/main.c | 3 ---
src/startup.c | 4 ----
src/workspace.c | 1 -
4 files changed, 10 deletions(-)
diff --git a/src/event.c b/src/event.c
index c4e8a8a..b11df23 100644
--- a/src/event.c
+++ b/src/event.c
@@ -77,8 +77,6 @@
#include "switchmenu.h"
/******** Global Variables **********/
-extern XContext wVEdgeContext;
-
extern WShortKey wKeyBindings[WKBD_LAST];
extern int wScreenCount;
diff --git a/src/main.c b/src/main.c
index 28536ea..5862389 100644
--- a/src/main.c
+++ b/src/main.c
@@ -90,9 +90,6 @@ WDDomain *WDWindowMaker = NULL;
WDDomain *WDWindowAttributes = NULL;
WDDomain *WDRootMenu = NULL;
-/* XContexts */
-XContext wVEdgeContext;
-
#ifdef SHAPE
Bool wShapeSupported;
int wShapeEventBase;
diff --git a/src/startup.c b/src/startup.c
index 56213e1..712d3f7 100644
--- a/src/startup.c
+++ b/src/startup.c
@@ -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); */
diff --git a/src/workspace.c b/src/workspace.c
index bb75d6b..0b3d3d0 100644
--- a/src/workspace.c
+++ b/src/workspace.c
@@ -60,7 +60,6 @@
#define WORKSPACE_NAME_DISPLAY_PADDING 32
extern int ignore_wks_change;
-extern XContext wVEdgeContext;
extern WShortKey wKeyBindings[WKBD_LAST];
static WMPropList *dWorkspaces = NULL;
--
1.8.4.rc3
--
To unsubscribe, send mail to [email protected].