From 3b4d453f908437cc0228eed9fbf742dbcc06630b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 8 Jan 2003 06:47:13 +0000 Subject: [PATCH] rm old debug printfs --- otk/eventdispatcher.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc index 6beff8dc..38d395d7 100644 --- a/otk/eventdispatcher.cc +++ b/otk/eventdispatcher.cc @@ -98,9 +98,7 @@ void OtkEventDispatcher::dispatchEvents(void) // send a FocusIn first if one exists while (XCheckTypedEvent(OBDisplay::display, FocusIn, &fi)) { // any other types are not ones we're interested in - printf("found focusin\n"); if (fi.xfocus.detail == NotifyNonlinear) { - printf("sending focusin\n"); dispatch(fi.xfocus.window, fi); break; } -- 2.39.2