Make sp_tile_cache_flush_clear() static.
[mesa.git] / src / mesa / pipe / softpipe / sp_tile_cache.h
index b2a0e011e9c9154975d8f680607fe7f7e6ef78dd..12d5815db28ae39f2b8bf400a7c92ce50704c78e 100644 (file)
@@ -79,10 +79,6 @@ extern void
 sp_flush_tile_cache(struct softpipe_context *softpipe,
                     struct softpipe_tile_cache *tc);
 
-extern void
-sp_tile_cache_flush_clear(struct pipe_context *pipe,
-                          struct softpipe_tile_cache *tc);
-
 extern void
 sp_tile_cache_clear(struct softpipe_tile_cache *tc, const float value[4]);