From 6d720d9848c00fca8cb8d0b163ca09562488821c Mon Sep 17 00:00:00 2001 From: Raphael Khaiat Date: Fri, 25 Jun 2010 13:55:08 +0200 Subject: [PATCH] Remove useless lines, thanks to xorg62 :-) --- src/mouse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mouse.c b/src/mouse.c index de4e671..5309911 100644 --- a/src/mouse.c +++ b/src/mouse.c @@ -247,7 +247,6 @@ mouse_resize(Client *c) { /* To resize MWFACT in tile mode */ if((c->flags & TileFlag) - && tags[selscreen][seltag[selscreen]].layout.func != grid // for backward compatibility && tags[selscreen][seltag[selscreen]].layout.func != grid_vertical && tags[selscreen][seltag[selscreen]].layout.func != grid_horizontal) {