]> Dogcows Code - chaz/openbox/commitdiff
rm debug print
authorDana Jansens <danakj@orodu.net>
Fri, 21 Mar 2003 08:19:18 +0000 (08:19 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 21 Mar 2003 08:19:18 +0000 (08:19 +0000)
openbox/event.c

index 43a3b23064853887a17d44832b9edb7f746fc236..b5f24eb84731d053e0fc2dafdcba35228c9752ae 100644 (file)
@@ -241,7 +241,6 @@ void event_process(XEvent *e)
            so back it is. if problems arise again, then try filtering on the
            detail instead of the mode. */
         if (e->xcrossing.mode != NotifyNormal) return;
-        g_print("%s\n", e->type == EnterNotify ? "EnterNotify":"LeaveNotify");
        break;
     }
 
This page took 0.022885 seconds and 4 git commands to generate.