break change: remove switch_keyboard_layout dispatch

This commit is contained in:
DreamMaoMao 2025-11-01 19:06:04 +08:00
parent f06dc505e3
commit e03be59c80
4 changed files with 3 additions and 206 deletions

View file

@ -911,8 +911,6 @@ FuncType parse_func_name(char *func_name, Arg *arg, char *arg_value,
(*arg).v = strdup(arg_value);
} else if (strcmp(func_name, "switch_layout") == 0) {
func = switch_layout;
} else if (strcmp(func_name, "switch_keyboard_layout") == 0) {
func = switch_keyboard_layout;
} else if (strcmp(func_name, "togglefloating") == 0) {
func = togglefloating;
} else if (strcmp(func_name, "togglefullscreen") == 0) {