diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-24 15:12:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-24 15:12:40 +0300 |
commit | 008209179885ab96ad37252d2b4201eff0aca437 (patch) | |
tree | 0cc19905c2748788c831385e460ba70bec60c36c /src/render/mobileopenglgraphics.h | |
parent | b8c77348db8b0bf500cb6a13cce75c61a544c500 (diff) | |
download | plus-008209179885ab96ad37252d2b4201eff0aca437.tar.gz plus-008209179885ab96ad37252d2b4201eff0aca437.tar.bz2 plus-008209179885ab96ad37252d2b4201eff0aca437.tar.xz plus-008209179885ab96ad37252d2b4201eff0aca437.zip |
remove unused setTargetPlane function from renderers.
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 c5d39ff7f..75a171766 100644 --- a/src/render/mobileopenglgraphics.h +++ b/src/render/mobileopenglgraphics.h @@ -156,8 +156,6 @@ class MobileOpenGLGraphics final : public Graphics void fillRectangle(const gcn::Rectangle &rect) override final; - void setTargetPlane(int width, int height); - inline void drawTriangleArrayfs(const GLshort *const shortVertArray, const GLfloat *const floatTexArray, const int size); |