diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-08 16:07:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-08 16:07:28 +0300 |
commit | cf5ad5970aa5c25ec413b95932171f4e5a2412c5 (patch) | |
tree | 92393a61f787716f27b054c4c4d4ac0fc77f7b6d /src/render/modernopenglgraphics.h | |
parent | 548c2b03f8184497a5306f4b4412e3120eaef211 (diff) | |
download | plus-cf5ad5970aa5c25ec413b95932171f4e5a2412c5.tar.gz plus-cf5ad5970aa5c25ec413b95932171f4e5a2412c5.tar.bz2 plus-cf5ad5970aa5c25ec413b95932171f4e5a2412c5.tar.xz plus-cf5ad5970aa5c25ec413b95932171f4e5a2412c5.zip |
Clean modernopenglgraphics from legacy code.
Now it cant draw anything.
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r-- | src/render/modernopenglgraphics.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index b6a77640b..09edcbd92 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -24,7 +24,7 @@ #define RENDER_MODERNOPENGLGRAPHICS_H #include "main.h" -#ifdef USE_OPENGL +#if defined USE_OPENGL && !defined ANDROID #include "localconsts.h" #include "render/graphics.h" @@ -56,16 +56,6 @@ class ModernOpenGLGraphics final : public Graphics ~ModernOpenGLGraphics(); - inline void drawTriangleArrayfs(const GLshort *const shortVertArray, - const GLfloat *const floatTexArray, - const int size); - - inline void drawTriangleArrayfs(const int size); - - inline void drawTriangleArrayfsCached(const int size); - - inline void drawLineArrays(const int size); - #include "render/graphicsdef.hpp" #include "render/openglgraphicsdef.hpp" |