Remove useless map in client_remove

This commit is contained in:
Martin Duquesnoy 2012-02-11 00:21:27 +01:00
parent 99d732292f
commit 12957b473d

View File

@ -1392,7 +1392,6 @@ client_remove(struct client *c)
XGrabServer(W->dpy);
XSetErrorHandler(wmfs_error_handler_dummy);
client_map(c);
XReparentWindow(W->dpy, c->win, W->root, c->rgeo.x, c->rgeo.y);
client_untab(c);