aboutsummaryrefslogtreecommitdiffstats
path: root/sway/debug-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/debug-tree.c')
-rw-r--r--sway/debug-tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/debug-tree.c b/sway/debug-tree.c
index b47a403b..ea0826b9 100644
--- a/sway/debug-tree.c
+++ b/sway/debug-tree.c
@@ -26,8 +26,6 @@ static const char *layout_to_str(enum sway_container_layout layout) {
26 return "L_STACKED"; 26 return "L_STACKED";
27 case L_TABBED: 27 case L_TABBED:
28 return "L_TABBED"; 28 return "L_TABBED";
29 case L_FLOATING:
30 return "L_FLOATING";
31 case L_NONE: 29 case L_NONE:
32 return "L_NONE"; 30 return "L_NONE";
33 } 31 }