From 5942c0760dc49256c584e37368aeb3d4915f74f3 Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Sat, 30 May 2020 23:23:03 +0200 Subject: Remove systemdialogs option from configuration The option controls the welcome window and the export/import result messages. The former is dropped. The latter are now always displayed unless calcurse is invoked with the "quiet" option (-q). Signed-off-by: Lars Henriksen Signed-off-by: Lukas Fleischer --- src/utils.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 4da7f79..0a98ce0 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1976,11 +1976,6 @@ int hash_matches(const char *pattern, const char *hash) return (starts_with(hash, pattern) != invert); } -int show_dialogs(void) -{ - return (!quiet) && conf.system_dialogs; -} - /* * Overflow check for addition with positive second term. */ -- cgit v1.2.3-54-g00ecf