summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otk/eventdispatcher.cc2
1 files changed, 0 insertions, 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;
}