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 /include/sway | |
parent | 254ca8103cfb633fe1392b51f5c80fd28e901479 (diff) |
Remove L_TYPES
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/tree/container.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h index 7acb607b..4c60530f 100644 --- a/include/sway/tree/container.h +++ b/include/sway/tree/container.h @@ -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 { |