Remove useless lines, thanks to xorg62 :-)

This commit is contained in:
Raphael Khaiat 2010-06-25 13:55:08 +02:00
parent 414273fff9
commit 6d720d9848

View File

@ -247,7 +247,6 @@ mouse_resize(Client *c)
{ {
/* To resize MWFACT in tile mode */ /* To resize MWFACT in tile mode */
if((c->flags & TileFlag) 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_vertical
&& tags[selscreen][seltag[selscreen]].layout.func != grid_horizontal) && tags[selscreen][seltag[selscreen]].layout.func != grid_horizontal)
{ {