From a80ebaa1574ef2bc2d590b1fa24f9eee6aacf861 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Tue, 4 Sep 2012 15:23:55 +0200 Subject: [PATCH] bar_bottom is already initialized with config setting, don't zero it. --- bar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bar.c b/bar.c index d5d8675..58698e7 100644 --- a/bar.c +++ b/bar.c @@ -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) {