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