aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/pipelines/clut8.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/graphics/opengl/pipelines/clut8.h')
-rw-r--r--backends/graphics/opengl/pipelines/clut8.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/graphics/opengl/pipelines/clut8.h b/backends/graphics/opengl/pipelines/clut8.h
index fed6cbfe32..16724e4652 100644
--- a/backends/graphics/opengl/pipelines/clut8.h
+++ b/backends/graphics/opengl/pipelines/clut8.h
@@ -32,8 +32,6 @@ class CLUT8LookUpPipeline : public ShaderPipeline {
public:
CLUT8LookUpPipeline();
- virtual Shader *setShader(Shader *shader);
-
void setPaletteTexture(const GLTexture *paletteTexture) { _paletteTexture = paletteTexture; }
virtual void drawTexture(const GLTexture &texture, const GLfloat *coordinates);