aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-14 10:49:22 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-14 10:49:22 +0200
commit2c0d1cc87bf084ed3f1cdb4be881fb4f64f5773a (patch)
treea4a21bf2ff4747b0b86a979ea765f769705f6968 /client.c
parent375a251d16de567b6c62cce208f388cd16e0ce0f (diff)
downloaddwm-2c0d1cc87bf084ed3f1cdb4be881fb4f64f5773a.tar.zst
fixed a core dump
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.c b/client.c
index ecfd8f0..8d5ea30 100644
--- a/client.c
+++ b/client.c
@@ -52,7 +52,6 @@ focus(Client *c)
if (!issel)
return;
Client *old = sel;
- XEvent ev;
sel = c;
if(old && old != c)