diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-06 04:58:07 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-06 04:58:07 +0000 |
| commit | dbf077a59afa5c7f920d8cc598a26175c9dc612e (patch) | |
| tree | c1cc23751c8817c2c73340e1056434792e855f70 /src | |
| parent | cc39863363f6c424a1d5f3790ef182b52b69a53e (diff) | |
rm debugging comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/client.cc | 5 |
1 files changed, 1 insertions, 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); |
