aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2019-03-18 20:52:56 +1000
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-03-18 11:29:19 -0400
commite9a476244df7a8886fc6fc6785251198ed76e601 (patch)
tree377c048bbee8a63a9da69e3caa31e3ea405246be /sway/main.c
parentDocument the title_format command (diff)
downloadsway-e9a476244df7a8886fc6fc6785251198ed76e601.tar.gz
sway-e9a476244df7a8886fc6fc6785251198ed76e601.tar.zst
sway-e9a476244df7a8886fc6fc6785251198ed76e601.zip
Remove debug tree
This feature has served its purpose. It's better to use IPC now.
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/main.c b/sway/main.c
index f3cc1bc8..ba4e2562 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -15,7 +15,6 @@
15#include <wlr/util/log.h> 15#include <wlr/util/log.h>
16#include "sway/commands.h" 16#include "sway/commands.h"
17#include "sway/config.h" 17#include "sway/config.h"
18#include "sway/debug.h"
19#include "sway/server.h" 18#include "sway/server.h"
20#include "sway/swaynag.h" 19#include "sway/swaynag.h"
21#include "sway/tree/root.h" 20#include "sway/tree/root.h"
@@ -206,8 +205,6 @@ void enable_debug_flag(const char *flag) {
206 debug.damage = DAMAGE_RERENDER; 205 debug.damage = DAMAGE_RERENDER;
207 } else if (strcmp(flag, "noatomic") == 0) { 206 } else if (strcmp(flag, "noatomic") == 0) {
208 debug.noatomic = true; 207 debug.noatomic = true;
209 } else if (strcmp(flag, "render-tree") == 0) {
210 debug.render_tree = true;
211 } else if (strcmp(flag, "txn-wait") == 0) { 208 } else if (strcmp(flag, "txn-wait") == 0) {
212 debug.txn_wait = true; 209 debug.txn_wait = true;
213 } else if (strcmp(flag, "txn-timings") == 0) { 210 } else if (strcmp(flag, "txn-timings") == 0) {