aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
diff options
context:
space:
mode:
authorLars Henriksen <LarsHenriksen@get2net.dk>2018-09-06 23:00:59 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2018-10-21 20:02:57 +0200
commitc95dd0e68581db4550beb5748511f9e4ef79b54e (patch)
treee4416da8d7cebea9431ffe46aa5200e7ebf53932 /src/vars.c
parent4b192c07733eac9be3404304cae3cf0c17374cec (diff)
downloadcalcurse-c95dd0e68581db4550beb5748511f9e4ef79b54e.tar.gz
calcurse-c95dd0e68581db4550beb5748511f9e4ef79b54e.zip
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 <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/vars.c')
-rw-r--r--src/vars.c1
1 files changed, 0 insertions, 1 deletions
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;