--- a/dwm.c Sat May 17 14:48:04 2008 +0100
+++ b/dwm.c Sat May 17 14:50:37 2008 +0100
@@ -336,8 +336,6 @@
else if(ev->button == Button2) {
if(lt->arrange && c->isfloating)
togglefloating(NULL);
- else
- zoom(NULL);
}
else if(ev->button == Button3 && !c->isfixed) {
restack();