From 3585fd3366a41d7f742d7bc2c227caa6b377ffb5 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 26 Jun 2001 17:41:16 +0000 Subject: [PATCH] Oops, don't include debug code --- src/video/x11/SDL_x11events.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/x11/SDL_x11events.c b/src/video/x11/SDL_x11events.c index cdd5a9e79..132c5cf26 100644 --- a/src/video/x11/SDL_x11events.c +++ b/src/video/x11/SDL_x11events.c @@ -58,7 +58,6 @@ static char rcsid = /* Define this if you want to debug X11 events */ /*#define DEBUG_XEVENTS*/ -#define DEBUG_XEVENTS /* The translation tables from an X11 keysym to a SDL keysym */ static SDLKey ODD_keymap[256];