summaryrefslogtreecommitdiffstats
path: root/tools/aewm-drakx/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aewm-drakx/misc.c')
-rw-r--r--tools/aewm-drakx/misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/aewm-drakx/misc.c b/tools/aewm-drakx/misc.c
index 9542c2cc3..fa0523534 100644
--- a/tools/aewm-drakx/misc.c
+++ b/tools/aewm-drakx/misc.c
@@ -25,6 +25,5 @@ int handle_xerror(Display *dpy, XErrorEvent *e)
XGetErrorText(dpy, e->error_code, msg, sizeof msg);
err("X error (%#lx): %s", e->resourceid, msg);
- if (c) remove_client(c);
return 0;
}