config: remove the no-name-pixmap option

Deprecated since v5

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2020-04-11 16:02:34 +01:00
parent 7eb5c39f21
commit 4be0d002a5
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 3 additions and 1 deletions

View File

@ -481,7 +481,9 @@ bool get_early_config(int argc, char *const *argv, char **config_file, bool *all
} else if (o == 'S') {
log_warn("-S will be ignored");
} else if (o == 320) {
log_warn("--no-name-pixmap will be ignored");
log_error("--no-name-pixmap is no longer available");
*exit_code = 1;
return true;
} else if (o == '?' || o == ':') {
usage(argv[0], 1);
*exit_code = 1;