From cf5ad5970aa5c25ec413b95932171f4e5a2412c5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 8 Jun 2014 16:07:28 +0300 Subject: Clean modernopenglgraphics from legacy code. Now it cant draw anything. --- src/render/modernopenglgraphics.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/render/modernopenglgraphics.h') 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" -- cgit v1.2.3-60-g2f50