bar_bottom is already initialized with config setting, don't zero it.

This commit is contained in:
LemonBoy 2012-09-04 15:23:55 +02:00
parent 0a71d182db
commit a80ebaa157
1 changed files with 0 additions and 1 deletions

1
bar.c
View File

@ -407,7 +407,6 @@ main (int argc, char **argv)
xcb_expose_event_t *expose_ev;
int permanent = 0;
bar_bottom = 0;
char ch;
while ((ch = getopt (argc, argv, "phb")) != -1) {