aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-02-17 09:51:56 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-02-18 15:11:48 -0500
commitf22aef018ba1f2ff50d35676ec6aa2e18e2a4ad5 (patch)
treef9c248ffb48154fee935129f8d7b94998464448e /include
parentDisconnect swaybg instead of killing it (diff)
downloadsway-f22aef018ba1f2ff50d35676ec6aa2e18e2a4ad5.tar.gz
sway-f22aef018ba1f2ff50d35676ec6aa2e18e2a4ad5.tar.zst
sway-f22aef018ba1f2ff50d35676ec6aa2e18e2a4ad5.zip
Remove refs to unimplemented debuglog command
Closes #3695
Diffstat (limited to 'include')
-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 3ed00763..764821a0 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -112,7 +112,6 @@ sway_cmd cmd_client_placeholder;
112sway_cmd cmd_client_background; 112sway_cmd cmd_client_background;
113sway_cmd cmd_commands; 113sway_cmd cmd_commands;
114sway_cmd cmd_create_output; 114sway_cmd cmd_create_output;
115sway_cmd cmd_debuglog;
116sway_cmd cmd_default_border; 115sway_cmd cmd_default_border;
117sway_cmd cmd_default_floating_border; 116sway_cmd cmd_default_floating_border;
118sway_cmd cmd_default_orientation; 117sway_cmd cmd_default_orientation;