summaryrefslogtreecommitdiff
path: root/src/mobileopenglgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobileopenglgraphics.cpp')
-rw-r--r--src/mobileopenglgraphics.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mobileopenglgraphics.cpp b/src/mobileopenglgraphics.cpp
index cbd1a8720..53b97f1d5 100644
--- a/src/mobileopenglgraphics.cpp
+++ b/src/mobileopenglgraphics.cpp
@@ -978,12 +978,6 @@ void MobileOpenGLGraphics::popClipArea()
clipArea.width, clipArea.height);
}
-void MobileOpenGLGraphics::setColor(const gcn::Color& color)
-{
- mColor = color;
- mColorAlpha = (color.a != 255);
-}
-
#ifdef ANDROID
void MobileOpenGLGraphics::drawPoint(int x A_UNUSED, int y A_UNUSED)
#else