Browse Source

HAVE_OPENGL is defined by CMake on macOS

Sam Lantinga 2 years ago
parent
commit
8b5a7ccc76
1 changed files with 0 additions and 4 deletions
  1. 0 4
      test/testgl2.c

+ 0 - 4
test/testgl2.c

@@ -16,10 +16,6 @@
 
 #include "SDL_test_common.h"
 
-#ifdef __MACOS__
-#define HAVE_OPENGL
-#endif
-
 #ifdef HAVE_OPENGL
 
 #include "SDL_opengl.h"