diff options
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" |