opt: remove increase_proportion dispatch

should use resizewin to replace it
This commit is contained in:
DreamMaoMao
2025-11-08 22:47:18 +08:00
parent 64dc30dc31
commit 5ba7da0570
3 changed files with 0 additions and 16 deletions

View File

@@ -887,9 +887,6 @@ FuncType parse_func_name(char *func_name, Arg *arg, char *arg_value,
} else if (strcmp(func_name, "set_proportion") == 0) {
func = set_proportion;
(*arg).f = atof(arg_value);
} else if (strcmp(func_name, "increase_proportion") == 0) {
func = increase_proportion;
(*arg).f = atof(arg_value);
} else if (strcmp(func_name, "switch_proportion_preset") == 0) {
func = switch_proportion_preset;
} else if (strcmp(func_name, "viewtoleft") == 0) {