draw: Remove dead code.
[mesa.git] / src / gallium / drivers / softpipe / sp_tex_tile_cache.h
index 04e65ce2200df2be91c994e142808c629127134d..ac6886a3df1627ca0907025877006d4d134b045c 100644 (file)
@@ -116,7 +116,7 @@ extern const struct softpipe_tex_cached_tile *
 sp_find_cached_tile_tex(struct softpipe_tex_tile_cache *tc, 
                          union tex_tile_address addr );
 
-static INLINE const union tex_tile_address
+static INLINE union tex_tile_address
 tex_tile_address( unsigned x,
                  unsigned y,
                  unsigned z,