aboutsummaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-09-04 17:10:10 -0700
committerFurkan Sahin <furkan-dev@proton.me>2015-09-04 17:10:10 -0700
commitb7987d454a9f72bb49a2ccd00db1ca16bfe2a14c (patch)
treeea60cef6ce17693128669c277d6e8b8ca9cb271b /include/commands.h
parent55cc5cdca09a8ced12911cac1622b07cfb526933 (diff)
remove outdated comment
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/commands.h b/include/commands.h
index 62f8166e..808e64eb 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -6,9 +6,6 @@
struct cmd_handler {
char *command;
bool (*handle)(struct sway_config *config, int argc, char **argv);
- // if <0 command is deffered until compositor is ready.
- // if =0 command can be called anytime.
- // if >0 command can only be called via keybind, ignored in config
enum {
CMD_COMPOSITOR_READY,
CMD_KEYBIND,