summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-04-05 23:22:08 -0400
committerLibravatar emersion <contact@emersion.fr>2018-04-05 23:22:08 -0400
commitc2b1beef153828514707ff6e40269dc1ed7fb790 (patch)
tree16344b69b303acb76ae02d8469454dd62791a634 /sway
parentMerge pull request #1747 from acrisci/ipc-layout (diff)
downloadsway-c2b1beef153828514707ff6e40269dc1ed7fb790.tar.gz
sway-c2b1beef153828514707ff6e40269dc1ed7fb790.tar.zst
sway-c2b1beef153828514707ff6e40269dc1ed7fb790.zip
Remove L_TYPES
Diffstat (limited to 'sway')
-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";