MORPHOS: remove USE_GLES_MODE

Not necessary
This commit is contained in:
BeWorld 2020-08-06 22:17:19 +02:00 committed by Eugene Sandulenko
parent 1277ff8b35
commit 3f69eca932

View file

@ -30,10 +30,6 @@
#include "backends/platform/sdl/sdl-sys.h"
#endif
#ifdef __MORPHOS__
#define USE_GLES_MODE 1
#endif
// On OS X we only support GL contexts. The reason is that Apple's GL interface
// uses "void *" for GLhandleARB which is not type compatible with GLint. This
// kills our aliasing trick for extension functions and thus would force us to