config: remove the no-name-pixmap option
Deprecated since v5 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
7eb5c39f21
commit
4be0d002a5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue