summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-08 06:47:13 +0000
committerDana Jansens <danakj@orodu.net>2003-01-08 06:47:13 +0000
commit3b4d453f908437cc0228eed9fbf742dbcc06630b (patch)
tree62abc25434ca272dab9f55c67c047cffe0e2135f
parent9656d1e276645ec20fb660f785316adb71d211db (diff)
rm old debug printfs
-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;
}