From bcb1ef165422f848829fbc1809d58e2efb5a0877 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 11 Apr 2020 16:14:40 +0100 Subject: [PATCH] config: remove the --dbe command line option Deprecated since v4 Signed-off-by: Yuxuan Shui --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 154978f..d89cf96 100644 --- a/src/options.c +++ b/src/options.c @@ -648,7 +648,7 @@ bool get_cfg(options_t *opt, int argc, char *const *argv, bool shadow_enable, log_error("--alpha-step has been removed, we now tries to " "make use of all alpha values"); return false; - case 272: log_warn("use of --dbe is deprecated"); break; + case 272: log_error("use of --dbe is deprecated"); return false; case 273: log_error("--paint-on-overlay has been removed, the feature is enabled " "whenever possible");