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/calcurse.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/calcurse.h') diff --git a/src/calcurse.h b/src/calcurse.h index 4f41deb..27337fd 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -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; -- cgit v1.2.3-54-g00ecf