diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-02-17 09:51:56 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-02-17 09:51:56 -0500 |
| commit | c4df41fb1298b526149d410982cf688564442179 (patch) | |
| tree | f9c248ffb48154fee935129f8d7b94998464448e | |
| parent | 4ef05f4ddfb080a4979460f10e0f60db2340c069 (diff) | |
Remove refs to unimplemented debuglog command
Closes #3695
| -rw-r--r-- | include/sway/commands.h | 1 | ||||
| -rw-r--r-- | sway/sway.5.scd | 4 |
2 files changed, 0 insertions, 5 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; diff --git a/sway/sway.5.scd b/sway/sway.5.scd index fd0a22dc..b6955acd 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -413,10 +413,6 @@ The default colors are: : #0c0c0c -*debuglog* on|off|toggle - Enables, disables or toggles debug logging. _toggle_ cannot be used in the - configuration file. - *default_border* normal|none|pixel [<n>] Set default border style for new tiled windows. |
