summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_surface.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-11 08:46:13 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-11 09:00:01 -0700
commit6465c78049c07e4f97dd3e6494aca395ff357b0e (patch)
treee02389af30c600927f028b7f2893259f655fce52 /src/mesa/pipe/cell/ppu/cell_surface.h
parentf9562ff85dd3ace60550110598687c3e728b0e6e (diff)
Remove obsolete clear_color, tex sampler state functions
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_surface.h')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_surface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_surface.h b/src/mesa/pipe/cell/ppu/cell_surface.h
index 8b42ba02d5..e222507121 100644
--- a/src/mesa/pipe/cell/ppu/cell_surface.h
+++ b/src/mesa/pipe/cell/ppu/cell_surface.h
@@ -41,9 +41,5 @@ cell_clear_surface(struct pipe_context *pipe, struct pipe_surface *ps,
unsigned clearValue);
-extern void
-cell_set_clear_color_state(struct pipe_context *pipe,
- const struct pipe_clear_color_state *clear);
-
#endif /* CELL_SURFACE */