From c95dd0e68581db4550beb5748511f9e4ef79b54e Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Thu, 6 Sep 2018 23:00:59 +0200 Subject: Remove the configuraton variable conf.progress_bar When loading/saving the configuration file the entry is silently ignored (which means it is removed by the first save). Signed-off-by: Lars Henriksen Signed-off-by: Lukas Fleischer --- src/vars.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vars.c') diff --git a/src/vars.c b/src/vars.c index d3bc676..3a8019a 100644 --- a/src/vars.c +++ b/src/vars.c @@ -127,7 +127,6 @@ void vars_init(void) conf.default_panel = CAL; conf.compact_panels = 0; conf.system_dialogs = 1; - conf.progress_bar = 1; strncpy(conf.output_datefmt, "%D", 3); conf.input_datefmt = 1; conf.heading_pos = RIGHT; -- cgit v1.2.3-54-g00ecf