aboutsummaryrefslogtreecommitdiff
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorIan Fan <ianfan0@gmail.com>2018-10-23 10:17:58 +0100
committerIan Fan <ianfan0@gmail.com>2018-10-23 10:17:58 +0100
commit5364255f265da2e324f65369037d5828688d08cd (patch)
tree8ef7afa00e71186f03a46d3d1ab3467a5e428102 /include/sway/commands.h
parenta9fdd5dd2adf1f09ff9df555e7342828abf1a654 (diff)
commands: remove EXPECTED_MORE_THAN
Its uses have been replaced with EXPECTED_AT_LEAST.
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 2f6d31b1..791b37dc 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -39,7 +39,6 @@ struct cmd_results {
};
enum expected_args {
- EXPECTED_MORE_THAN,
EXPECTED_AT_LEAST,
EXPECTED_LESS_THAN,
EXPECTED_EQUAL_TO