rm debugging comment

This commit is contained in:
Dana Jansens 2003-01-06 04:58:07 +00:00
parent cc39863363
commit dbf077a59a

View file

@ -1236,10 +1236,7 @@ void OBClient::destroyHandler(const XDestroyWindowEvent &e)
void OBClient::reparentHandler(const XReparentEvent &e) void OBClient::reparentHandler(const XReparentEvent &e)
{ {
// this is when the client is first taken captive in the frame // this is when the client is first taken captive in the frame
if (e.parent == frame->plate()) { if (e.parent == frame->plate()) return;
printf("Ignored ReparentNotify for 0x%lx\n", e.window);
return;
}
#ifdef DEBUG #ifdef DEBUG
printf("ReparentNotify for 0x%lx\n", e.window); printf("ReparentNotify for 0x%lx\n", e.window);