summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/modernopenglgraphics.cpp')
-rw-r--r--src/render/modernopenglgraphics.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/render/modernopenglgraphics.cpp b/src/render/modernopenglgraphics.cpp
index 04393eab6..9e0644138 100644
--- a/src/render/modernopenglgraphics.cpp
+++ b/src/render/modernopenglgraphics.cpp
@@ -236,13 +236,6 @@ bool ModernOpenGLGraphics::setVideoMode(const int w, const int h,
void ModernOpenGLGraphics::setColor(const Color &color)
{
- setColorAll(color, color);
-}
-
-void ModernOpenGLGraphics::setColorAll(const Color &color,
- const Color &color2)
-{
- mColor2 = color2;
mColorAlpha = (color.a != 255);
if (mColor != color)
{