Tue, 31 Dec 2024 16:21:57 +0100
fix build (Motif)
ui/ui/container.h | file | annotate | diff | comparison | revisions |
--- a/ui/ui/container.h Mon Dec 30 19:48:05 2024 +0100 +++ b/ui/ui/container.h Tue Dec 31 16:21:57 2024 +0100 @@ -42,11 +42,6 @@ UI_CONTAINER_NO_SUB } UiSubContainerType; -typedef enum UiOrientation { - UI_VERTICAL = 0, - UI_HORIZONTAL -} UiOrientation; - typedef enum UiTabViewType { UI_TABVIEW_DEFAULT = 0, UI_TABVIEW_DOC,