summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/event.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 02e9dcd3..5e526d23 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -1352,10 +1352,6 @@ static void event_handle_client(ObClient *client, XEvent *e)
to an already unmapped window.
*/
- /* we don't want the reparent event, put it back on the stack for the
- X server to deal with after we unmanage the window */
- XPutBackEvent(obt_display, e);
-
ob_debug("ReparentNotify for window 0x%x", client->window);
client_unmanage(client);
break;