--- a/ui/win32/window.h Sun Oct 12 17:37:16 2025 +0200
+++ b/ui/win32/window.h Sun Oct 12 17:37:54 2025 +0200
@@ -44,7 +44,6 @@
typedef struct UiWindow {
W32Widget widget;
UiObject *obj;
- UiBoxContainer *container;
} UiWindow;
void ui_window_init(void);