ui/cocoa/container.h

changeset 828
a952337ae325
parent 811
1391ba7e533f
child 846
ffa983c223c1
--- 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, \

mercurial