From: divverent Date: Sun, 9 Nov 2008 19:05:57 +0000 (+0000) Subject: sorry for this debug print X-Git-Tag: xonotic-v0.1.0preview~2037 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=eabb95b1fb8930c47347ed7293b2b9d2a8d00e53;p=xonotic%2Fdarkplaces.git sorry for this debug print git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8552 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/vid_glx.c b/vid_glx.c index 38bc5a1c..f40b23a8 100644 --- 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: