Re: [dev] [dwm] remove unneeded lines

2010-08-23 Thread Anselm R Garbe
On Mon, Aug 23, 2010 at 06:15:02PM +0200, Hiltjo Posthuma wrote: > The attached patch removes an unneccesary check in the enternotify() > function and removes about 4 lines. It might make it slightly less readable > maybe, but if you like it feel free to apply it :) Excellent, applied! Cheers,

[dev] [dwm] remove unneeded lines

2010-08-23 Thread Hiltjo Posthuma
Hi, The attached patch removes an unneccesary check in the enternotify() function and removes about 4 lines. It might make it slightly less readable maybe, but if you like it feel free to apply it :) Kind regards, Hiltjo Posthuma diff -r 0d86faf4b05c dwm.c --- a/dwm.c Sun Jul 25 09:58:25 2010 +01