aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tabbed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tabbed.c b/tabbed.c
index 9a44795..6321575 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -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);
}