diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-29 16:58:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-29 16:58:30 +0300 |
commit | 8dc331b85b78bb1e1a794f84ffb43baa4dd14b37 (patch) | |
tree | 452a714a55c1e2377d01a9e2266df3306529d5d5 /src/render/mobileopenglgraphics.h | |
parent | c9f8bba932022ffd90031713c51861587f86b244 (diff) | |
download | plus-8dc331b85b78bb1e1a794f84ffb43baa4dd14b37.tar.gz plus-8dc331b85b78bb1e1a794f84ffb43baa4dd14b37.tar.bz2 plus-8dc331b85b78bb1e1a794f84ffb43baa4dd14b37.tar.xz plus-8dc331b85b78bb1e1a794f84ffb43baa4dd14b37.zip |
Remove unused variabled from mobileopenglgraphics.
Diffstat (limited to 'src/render/mobileopenglgraphics.h')
-rw-r--r-- | src/render/mobileopenglgraphics.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h index dbee649d0..447415823 100644 --- a/src/render/mobileopenglgraphics.h +++ b/src/render/mobileopenglgraphics.h @@ -228,8 +228,6 @@ class MobileOpenGLGraphics final : public Graphics void inline restoreColor(); GLfloat *mFloatTexArray; - GLint *mIntTexArray; - GLint *mIntVertArray; GLshort *mShortVertArray; GLfloat *mFloatTexArrayCached; GLshort *mShortVertArrayCached; |