summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_state.c')
-rw-r--r--src/mesa/pipe/i965simple/brw_state.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/pipe/i965simple/brw_state.c b/src/mesa/pipe/i965simple/brw_state.c
index b50f23c1a2..7731c2e01f 100644
--- a/src/mesa/pipe/i965simple/brw_state.c
+++ b/src/mesa/pipe/i965simple/brw_state.c
@@ -377,14 +377,6 @@ static void brw_set_framebuffer_state(struct pipe_context *pipe,
-static void brw_set_clear_color_state(struct pipe_context *pipe,
- const struct pipe_clear_color_state *clear)
-{
- struct brw_context *brw = brw_context(pipe);
-
- brw->attribs.ClearColor = *clear; /* struct copy */
-}
-
/************************************************************************
* Rasterizer state
*/
@@ -449,7 +441,6 @@ brw_init_state_functions( struct brw_context *brw )
brw->pipe.set_blend_color = brw_set_blend_color;
brw->pipe.set_clip_state = brw_set_clip_state;
- brw->pipe.set_clear_color_state = brw_set_clear_color_state;
brw->pipe.set_constant_buffer = brw_set_constant_buffer;
brw->pipe.set_framebuffer_state = brw_set_framebuffer_state;