config: remove the alpha-step option

Deprecated since v5

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2020-04-11 15:55:56 +01:00
parent b063e9a3be
commit 6828f24454
2 changed files with 9 additions and 7 deletions

View File

@@ -642,9 +642,9 @@ bool get_cfg(options_t *opt, int argc, char *const *argv, bool shadow_enable,
break;
case 271:
// --alpha-step
log_warn("--alpha-step has been removed, we now tries to "
log_error("--alpha-step has been removed, we now tries to "
"make use of all alpha values");
break;
return false;
case 272: log_warn("use of --dbe is deprecated"); break;
case 273:
log_warn("--paint-on-overlay has been removed, and is enabled "