rm old debug printfs

This commit is contained in:
Dana Jansens 2003-01-08 06:47:13 +00:00
parent 9656d1e276
commit 3b4d453f90

View 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;
}