From 807a5b013a0bf888b5c34b8e8bf3b5f3fa0f698b Mon Sep 17 00:00:00 2001 From: Jess VanDerwalker Date: Tue, 31 Jul 2012 14:48:47 -0700 Subject: libxcwm: Removed keysym cruft from previous testing. Removed a call to xcb_key_symbols_alloc() that serves no purpose. Believe left over from test code that has since been removed. Signed-off-by: Jess VanDerwalker Reviewed-by: Jeremy Huddlestone Seqouia --- src/libxcwm/context.c | 6 ------ 1 file changed, 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 #include #include "xcwm_internal.h" -#include "X11/keysym.h" #include -// 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"); -- cgit v1.2.3