aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/opengl-graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
-rw-r--r--backends/graphics/opengl/opengl-graphics.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h
index 55e18cf7f0..b6e3c1321b 100644
--- a/backends/graphics/opengl/opengl-graphics.h
+++ b/backends/graphics/opengl/opengl-graphics.h
@@ -303,14 +303,6 @@ private:
*/
void initializeGLContext();
- /**
- * Set color which shall be multiplied with each pixel.
- *
- * This serves as a wrapper around glColor4f for fixed-function and our
- * shader pipeline.
- */
- void setColor(GLfloat r, GLfloat g, GLfloat b, GLfloat a);
-
protected:
/**
* Query the address of an OpenGL function by name.