diff options
author | emersion <contact@emersion.fr> | 2018-04-05 23:22:08 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-04-05 23:22:08 -0400 |
commit | c2b1beef153828514707ff6e40269dc1ed7fb790 (patch) | |
tree | 16344b69b303acb76ae02d8469454dd62791a634 /sway/ipc-json.c | |
parent | 254ca8103cfb633fe1392b51f5c80fd28e901479 (diff) |
Remove L_TYPES
Diffstat (limited to 'sway/ipc-json.c')
-rw-r--r-- | sway/ipc-json.c | 1 |
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) { case L_FLOATING: return "floating"; case L_NONE: - case L_LAYOUTS: break; } return "none"; |