One killclient() is enough.

This commit is contained in:
Christoph Lohmann 2017-02-08 13:54:20 +01:00 committed by Hiltjo Posthuma
parent bc236142fa
commit 00c4143202

View file

@ -217,7 +217,6 @@ cleanup(void)
for (i = 0; i < nclients; i++) {
focus(i);
killclient(NULL);
killclient(NULL);
XReparentWindow(dpy, clients[i]->win, root, 0, 0);
unmanage(i);
}