]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
sorry for this debug print
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 9 Nov 2008 19:05:57 +0000 (19:05 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 9 Nov 2008 19:05:57 +0000 (19:05 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8552 d7cf8633-e32d-0410-b094-e92efae38249

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: