From dbf077a59afa5c7f920d8cc598a26175c9dc612e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 6 Jan 2003 04:58:07 +0000 Subject: [PATCH] rm debugging comment --- src/client.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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); -- 2.39.2