]> Dogcows Code - chaz/openbox/commitdiff
rm old debug printfs
authorDana Jansens <danakj@orodu.net>
Wed, 8 Jan 2003 06:47:13 +0000 (06:47 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 8 Jan 2003 06:47:13 +0000 (06:47 +0000)
otk/eventdispatcher.cc

index 6beff8dc3bcc2019590f0d07dd5f6e480482397a..38d395d7e57cca1f643598a843e6f006336c2bfe 100644 (file)
@@ -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;
         }
This page took 0.022046 seconds and 4 git commands to generate.