diff -r eae5b817aa47 -r a952337ae325 ui/cocoa/container.h --- a/ui/cocoa/container.h Fri Oct 10 09:06:06 2025 +0200 +++ b/ui/cocoa/container.h Fri Oct 10 14:13:52 2025 +0200 @@ -34,13 +34,7 @@ #define ui_bool2lb(b) ((b) ? UI_LAYOUT_TRUE : UI_LAYOUT_FALSE) typedef struct UiLayout UiLayout; -typedef enum UiLayoutBool UiLayoutBool; -enum UiLayoutBool { - UI_LAYOUT_UNDEFINED = 0, - UI_LAYOUT_TRUE, - UI_LAYOUT_FALSE, -}; #define UI_INIT_LAYOUT(args) (UiLayout) {\ .fill = args->fill, \