mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 13:04:11 +01:00
Remove L_TYPES
This commit is contained in:
parent
254ca8103c
commit
c2b1beef15
@ -24,6 +24,7 @@ enum sway_container_type {
|
||||
C_CONTAINER,
|
||||
C_VIEW,
|
||||
|
||||
// Keep last
|
||||
C_TYPES,
|
||||
};
|
||||
|
||||
@ -34,9 +35,6 @@ enum sway_container_layout {
|
||||
L_STACKED,
|
||||
L_TABBED,
|
||||
L_FLOATING,
|
||||
|
||||
// Keep last
|
||||
L_LAYOUTS,
|
||||
};
|
||||
|
||||
enum sway_container_border {
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user