aboutsummaryrefslogtreecommitdiffstats
path: root/event.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-22 11:09:44 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-22 11:09:44 +0100
commit288098893c1502629fb8f23c43f2821af1c469c3 (patch)
treeed23b8b5b98c4ea679837853576b346048adb02e /event.c
parentcb9607c284f978463be9e2628f115d9f41a49f89 (diff)
downloaddwm-288098893c1502629fb8f23c43f2821af1c469c3.tar.gz
removed button4/5-bindings for incnmaster on mode label - that is misleading
Diffstat (limited to 'event.c')
-rw-r--r--event.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/event.c b/event.c
index 540aeb6..f765fe1 100644
--- a/event.c
+++ b/event.c
@@ -143,14 +143,6 @@ buttonpress(XEvent *e) {
a.i = -1;
setlayout(a);
break;
- case Button4:
- a.i = 1;
- incnmaster(a);
- break;
- case Button5:
- a.i = -1;
- incnmaster(a);
- break;
}
}
else if((c = getclient(ev->window))) {