diff options
author | Tony Crisci <[email protected]> | 2017-12-16 12:14:24 -0500 |
---|---|---|
committer | Tony Crisci <[email protected]> | 2017-12-16 12:14:24 -0500 |
commit | f16aa3c0ad8328da0820e81c99a619835f36082f (patch) | |
tree | 4f9c99cfa6304fc5f0f3c8eef2cac17541782e55 /include/sway/commands.h | |
parent | f4a5a0ead4c8b155985c242db1fa5de5fa4807a0 (diff) |
rename config apply cmds
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r-- | include/sway/commands.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 61950d0d..5008831d 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -42,9 +42,6 @@ enum expected_args { EXPECTED_EQUAL_TO }; -void input_cmd_apply(struct input_config *input); -void seat_cmd_apply(struct seat_config *seat); - struct cmd_results *checkarg(int argc, const char *name, enum expected_args type, int val); |