Remove L_TYPES

This commit is contained in:
emersion 2018-04-05 23:22:08 -04:00
parent 254ca8103c
commit c2b1beef15
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 1 additions and 4 deletions

View file

@ -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";