aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h3
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 {
42 EXPECTED_EQUAL_TO 42 EXPECTED_EQUAL_TO
43}; 43};
44 44
45void input_cmd_apply(struct input_config *input);
46void seat_cmd_apply(struct seat_config *seat);
47
48struct cmd_results *checkarg(int argc, const char *name, 45struct cmd_results *checkarg(int argc, const char *name,
49 enum expected_args type, int val); 46 enum expected_args type, int val);
50 47