Remove useless map in client_remove
This commit is contained in:
parent
99d732292f
commit
12957b473d
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user