config: remove the --dbe command line option
Deprecated since v4 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
9c4b8334ad
commit
bcb1ef1654
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue