]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_glx.c
sorry for this debug print
[xonotic/darkplaces.git] / vid_glx.c
index 38bc5a1c9af35dc79285b23150bbc5d19e313494..f40b23a8c7286e47655727e721d830f5d80fc88c 100644 (file)
--- a/vid_glx.c
+++ b/vid_glx.c
@@ -406,7 +406,6 @@ static void HandleEvents(void)
                        // key pressed
                        key = XLateKey (&event.xkey, &ascii);
                        Key_Event(key, ascii, true);
-                       printf("keypress\n");
                        break;
 
                case KeyRelease: