From 0569a928e03cb1489d04e1b89be32b24d59de0e3 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 6 Jan 2014 16:24:13 +0000 Subject: [PATCH 1/1] gui: Kill pointless initialization of top.lines in main(). init_curses() sets this value anyway. --- gui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gui.c b/gui.c index 34b594f9..e854294e 100644 --- a/gui.c +++ b/gui.c @@ -1553,7 +1553,6 @@ int main(int argc, char *argv[]) exit(EXIT_FAILURE); } init_theme_or_die(conf.theme_arg, &theme); - top.lines = theme.top_lines_default; setup_signal_handling(); bot_win_rb = ringbuffer_new(RINGBUFFER_SIZE); setlocale(LC_CTYPE, ""); -- 2.39.2