Take out HAVE_MENU ifdef in cocoa_common.h

This commit is contained in:
Twinaphex 2021-01-16 21:47:14 +01:00
parent 284634dd1e
commit 1d4ff9bedd

View File

@ -19,11 +19,6 @@
#include <Foundation/Foundation.h>
#ifdef HAVE_MENU
#include "../../menu/menu_setting.h"
#include "../../menu/menu_driver.h"
#endif
#if defined(HAVE_COCOATOUCH)
#define GLContextClass EAGLContext
#define GLFrameworkID CFSTR("com.apple.opengles")