fix build (Motif) newapi

Tue, 31 Dec 2024 16:21:57 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 31 Dec 2024 16:21:57 +0100
branch
newapi
changeset 423
02bafb660eb2
parent 422
c1354a29a7e9
child 424
51e856688fba

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,

mercurial