From c7c870bf7f269229d069d47c22b61c237737cdae Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 21 Dec 2015 05:05:37 +0100 Subject: OPENGL: (Partly) move context specific handling to Context. This does not include (most) shader setup, and projection matrices yet. --- backends/graphics/opengl/opengl-graphics.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'backends/graphics/opengl/opengl-graphics.h') 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. -- cgit v1.2.3