summaryrefslogtreecommitdiff
path: root/src/render/mobileopenglgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/mobileopenglgraphics.cpp')
-rw-r--r--src/render/mobileopenglgraphics.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/render/mobileopenglgraphics.cpp b/src/render/mobileopenglgraphics.cpp
index ce930f416..eee4b9b0c 100644
--- a/src/render/mobileopenglgraphics.cpp
+++ b/src/render/mobileopenglgraphics.cpp
@@ -1038,11 +1038,6 @@ void MobileOpenGLGraphics::fillRectangle(const gcn::Rectangle& rect)
drawRectangle(rect, true);
}
-void MobileOpenGLGraphics::setTargetPlane(int width A_UNUSED,
- int height A_UNUSED)
-{
-}
-
void MobileOpenGLGraphics::setTexturingAndBlending(const bool enable)
{
if (enable)