Re: [dev] [PATCH] Remove dead code.

2014-06-23 Thread Markus Teich
Carlos Torres wrote: > good thing your text mentioned tabbed, though i think subjects and file > patches are nicer. Heyho, I just forgot to change the subject in git send-email. Again. :/ --Markus

Re: [dev] [PATCH] Remove dead code.

2014-06-23 Thread Carlos Torres
Hey Markus, On 6/21/14, Markus Teich wrote: > tabbed.c | 3 --- > 1 file changed, 3 deletions(-) > ... > diff --git a/tabbed.c b/tabbed.c > index ba22f9a..cbdaa1f 100644 > --- a/tabbed.c > +++ b/tabbed.c good thing your text mentioned tabbed, though i think subjects and file patches are nicer

[dev] [PATCH] Remove dead code.

2014-06-21 Thread Markus Teich
If (nclients == 0), then also (c < 0 || c >= nclients), so the two lines cannot be reached. --- Heyho, from the three lines of context in the diff it may not be clear. There is an if(c < 0 || c >= nclients) { drawbar(); XSync(dpy, False); return; } in front of it. --Ma