]> Dogcows Code - chaz/openbox/commitdiff
rm debug print
authorDana Jansens <danakj@orodu.net>
Tue, 8 Apr 2003 20:07:20 +0000 (20:07 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 8 Apr 2003 20:07:20 +0000 (20:07 +0000)
openbox/event.c

index edd6f4cee6db81d63a47e83063931fa9a5e149d1..7473ab59cea21ea8d8943473137a83f1af776560 100644 (file)
@@ -421,7 +421,6 @@ static void event_handle_client(Client *client, XEvent *e)
            if (ce.xconfigurerequest.value_mask & CWStackMode)
                e->xconfigurerequest.detail = ce.xconfigurerequest.detail;
        }
-        if (i) g_message("Compressed %d Configures", i);
 
        /* if we are iconic (or shaded (fvwm does this)) ignore the event */
        if (client->iconic || client->shaded) return;
This page took 0.024896 seconds and 4 git commands to generate.