diff options
Diffstat (limited to 'src/resources/image.h')
-rw-r--r-- | src/resources/image.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/resources/image.h b/src/resources/image.h index f383354cc..d7316d527 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -32,12 +32,6 @@ #ifdef USE_OPENGL -/* The definition of OpenGL extensions by SDL is giving problems with recent - * gl.h headers, since they also include these definitions. As we're not using - * extensions anyway it's safe to just disable the SDL version. - */ -//#define NO_SDL_GLEXT - #ifdef ANDROID #include <GLES/gl.h> #else @@ -184,7 +178,6 @@ class Image : public Resource SDL_Rect mBounds; protected: - // ----------------------- // Generic protected members // ----------------------- |