aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-02-17 09:51:56 -0500
committerDrew DeVault <sir@cmpwn.com>2019-02-17 09:52:19 -0500
commitcd10e755c1b820b15eac448451d6b9dabd339fc0 (patch)
tree36090cb4bd8d3bc57105323ef616441e401165fd /include/sway
parent7baaa3a0f80a28f58a3f95f7c3c832cb109b2aab (diff)
Remove refs to unimplemented debuglog command
Closes #3695
Diffstat (limited to 'include/sway')
-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;
sway_cmd cmd_client_background;
sway_cmd cmd_commands;
sway_cmd cmd_create_output;
-sway_cmd cmd_debuglog;
sway_cmd cmd_default_border;
sway_cmd cmd_default_floating_border;
sway_cmd cmd_default_orientation;