ui/ui/toolkit.h

changeset 128
c284c15509a8
parent 125
3335268a8073
child 129
5babf09f5f19
--- a/ui/ui/toolkit.h	Wed Jul 13 16:40:59 2016 +0200
+++ b/ui/ui/toolkit.h	Sat Sep 17 19:32:44 2016 +0200
@@ -34,10 +34,8 @@
 #ifdef __OBJC__
 #import <Cocoa/Cocoa.h>
 #define UIWIDGET NSView*
-#define UIMENU   NSMenu*
 #else
 typedef void* UIWIDGET;
-typedef void* UIMENU;
 #endif
 
 #elif UI_GTK2 || UI_GTK3

mercurial