diff options
-rw-r--r-- | src/libxcwm/context.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libxcwm/context.c b/src/libxcwm/context.c index c04c02d..c5bf207 100644 --- a/src/libxcwm/context.c +++ b/src/libxcwm/context.c @@ -32,13 +32,8 @@ #include <xcb/xcb_keysyms.h> #include <xcwm/xcwm.h> #include "xcwm_internal.h" -#include "X11/keysym.h" #include <string.h> -// aaron key stuff -#define XK_Shift_L 0xffe1 -xcb_key_symbols_t *syms = NULL; - // This init function needs set the window to be registered for events! // First one we should handle is damage xcwm_context_t * @@ -117,7 +112,6 @@ xcwm_context_open(char *display) /* Add the root window to our list of windows being managed */ _xcwm_add_window(root_context->root_window); - syms = xcb_key_symbols_alloc(conn); _xcwm_init_extension(conn, "XTEST"); _xcwm_init_extension(conn, "XKEYBOARD"); |