diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/aewm-drakx/misc.c | 1 |
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; } |