]> Dogcows Code - chaz/openbox/commitdiff
remove debug print
authorDana Jansens <danakj@orodu.net>
Mon, 13 Oct 2003 08:04:48 +0000 (08:04 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 13 Oct 2003 08:04:48 +0000 (08:04 +0000)
openbox/event.c

index 7c1231f22f2ef8b940ef6d87a6997b5c9c40145d..5c9dc4073238153022cddf870f92f9c323a10fde 100644 (file)
@@ -618,7 +618,6 @@ static void event_handle_client(ObClient *client, XEvent *e)
                  e->xfocus.window, client->window,
                  e->xfocus.mode, e->xfocus.detail);
 #endif
-        g_message("hilite %x client %x", focus_hilite, client);
         if (focus_hilite == client)
             focus_out = client;
         if (focus_in == client)
This page took 0.02407 seconds and 4 git commands to generate.