From: Dana Jansens Date: Mon, 6 Jan 2003 04:58:07 +0000 (+0000) Subject: rm debugging comment X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=dbf077a59afa5c7f920d8cc598a26175c9dc612e;p=chaz%2Fopenbox rm debugging comment --- diff --git a/src/client.cc b/src/client.cc index 23de426a..91a75bff 100644 --- a/src/client.cc +++ b/src/client.cc @@ -1236,10 +1236,7 @@ void OBClient::destroyHandler(const XDestroyWindowEvent &e) void OBClient::reparentHandler(const XReparentEvent &e) { // this is when the client is first taken captive in the frame - if (e.parent == frame->plate()) { - printf("Ignored ReparentNotify for 0x%lx\n", e.window); - return; - } + if (e.parent == frame->plate()) return; #ifdef DEBUG printf("ReparentNotify for 0x%lx\n", e.window);