ui/cocoa/container.h

changeset 851
367b2bbbc07e
parent 847
50de0f36973f
--- a/ui/cocoa/container.h	Wed Oct 15 18:50:52 2025 +0200
+++ b/ui/cocoa/container.h	Thu Oct 16 10:48:16 2025 +0200
@@ -30,8 +30,6 @@
 
 #import "../ui/container.h"
 
-#define ui_lb2bool(b) ((b) == UI_LAYOUT_TRUE ? TRUE : FALSE)
-#define ui_bool2lb(b) ((b) ? UI_LAYOUT_TRUE : UI_LAYOUT_FALSE)
 
 typedef struct UiLayout UiLayout;
 
@@ -74,6 +72,7 @@
 
 @end
 
+
 UiContainerX* ui_create_container(UiObject *obj, id<Container> container);
 
 void ui_container_add(UiObject *obj, NSView *view, UiLayout *layout);

mercurial