diff -r ce342364fad5 -r c284c15509a8 ui/ui/toolkit.h --- 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 #define UIWIDGET NSView* -#define UIMENU NSMenu* #else typedef void* UIWIDGET; -typedef void* UIMENU; #endif #elif UI_GTK2 || UI_GTK3