no idea why we should redraw statusbar here, so removing

This commit is contained in:
Julien Danjou 2007-09-15 13:56:12 +02:00
parent 01b2785587
commit 6f8a267450
1 changed files with 0 additions and 4 deletions

View File

@ -63,8 +63,6 @@ uicb_setnmaster(Display *disp,
if(sel) if(sel)
arrange(disp, drawcontext, awesomeconf); arrange(disp, drawcontext, awesomeconf);
else
drawstatusbar(disp, drawcontext, awesomeconf);
} }
void void
@ -83,8 +81,6 @@ uicb_setncols(Display *disp,
if(sel) if(sel)
arrange(disp, drawcontext, awesomeconf); arrange(disp, drawcontext, awesomeconf);
else
drawstatusbar(disp, drawcontext, awesomeconf);
} }
void void