From 63f9c77e11730b6e26ee7aead34a3902b5067693 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 6 Mar 2005 08:25:30 +0000 Subject: [PATCH] d'oh --- libs/video/targets/in_x11.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/video/targets/in_x11.c b/libs/video/targets/in_x11.c index f4335173e..f49a828ab 100644 --- a/libs/video/targets/in_x11.c +++ b/libs/video/targets/in_x11.c @@ -498,7 +498,6 @@ static void event_focusout (XEvent *event) { if (x_have_focus) { - Con_Printf ("focusout\n"); x_have_focus = false; XAutoRepeatOn (x_disp); if (in_snd_block->int_val) { @@ -512,7 +511,6 @@ event_focusout (XEvent *event) static void event_focusin (XEvent *event) { - Con_Printf ("focusin\n"); x_have_focus = true; if (key_dest == key_game) XAutoRepeatOff (x_disp);