removed button4/5-bindings for incnmaster on mode label - that is misleading

This commit is contained in:
Anselm R. Garbe
2007-02-22 11:09:44 +01:00
parent cb9607c284
commit 288098893c
2 changed files with 0 additions and 14 deletions

View File

@ -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))) {