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>
This commit is contained in:
Lars Henriksen
2018-09-06 23:00:59 +02:00
committed by Lukas Fleischer
parent 4b192c0773
commit c95dd0e685
4 changed files with 6 additions and 15 deletions

View File

@@ -268,7 +268,6 @@ struct conf {
enum win default_panel;
unsigned compact_panels;
unsigned system_dialogs;
unsigned progress_bar;
const char *editor;
const char *pager;
const char *mergetool;