From 1f8b8425ae82c2c086f6648b7608b37685997634 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 6 Jan 2003 07:32:26 +0000 Subject: [PATCH] killa a debug printf --- otk/eventdispatcher.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc index 62335781..760f86a4 100644 --- a/otk/eventdispatcher.cc +++ b/otk/eventdispatcher.cc @@ -56,8 +56,6 @@ void OtkEventDispatcher::dispatchEvents(void) printf("Event %d window %lx\n", e.type, e.xany.window); #endif - printf("num=%u scroll=%u\n", OBDisplay::numLockMask(), OBDisplay::scrollLockMask()); - // grab the lasttime and hack up the modifiers switch (e.type) { case ButtonPress: -- 2.39.2