aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-json.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/ipc-json.c')
-rw-r--r--sway/ipc-json.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/ipc-json.c b/sway/ipc-json.c
index 2c7c7325..f9c6c90b 100644
--- a/sway/ipc-json.c
+++ b/sway/ipc-json.c
@@ -24,7 +24,6 @@ static const char *ipc_json_layout_description(enum sway_container_layout l) {
24 case L_FLOATING: 24 case L_FLOATING:
25 return "floating"; 25 return "floating";
26 case L_NONE: 26 case L_NONE:
27 case L_LAYOUTS:
28 break; 27 break;
29 } 28 }
30 return "none"; 29 return "none";