diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-14 17:06:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-14 17:06:02 +0300 |
commit | 6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d (patch) | |
tree | f1acb027394af1aec49790354df97da4665488b7 /src/resources/image.h | |
parent | a7d7346b9eb3fa62a8912e31d5c00f8e05390425 (diff) | |
download | mv-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.tar.gz mv-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.tar.bz2 mv-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.tar.xz mv-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.zip |
another fixes from cpplint.
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 // ----------------------- |