draw: Remove dead code.
[mesa.git] / src / gallium / drivers / softpipe / sp_tile_cache.h
index f21c74cb9ce4f899124155b3cdd1405f09d4102e..a12092702a609f3defd8c6ff1c1acc995e6ad005 100644 (file)
@@ -128,7 +128,7 @@ sp_find_cached_tile(struct softpipe_tile_cache *tc,
                     union tile_address addr );
 
 
-static INLINE const union tile_address
+static INLINE union tile_address
 tile_address( unsigned x,
               unsigned y )
 {