softpipe: Remove unused variables.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 23 Jul 2008 02:15:54 +0000 (11:15 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 24 Jul 2008 12:23:09 +0000 (21:23 +0900)
src/gallium/drivers/softpipe/sp_tile_cache.c

index bfdaaa6..5d10234 100644 (file)
@@ -364,7 +364,6 @@ void
 sp_flush_tile_cache(struct softpipe_context *softpipe,
                     struct softpipe_tile_cache *tc)
 {
-   struct pipe_context *pipe = &softpipe->pipe;
    struct pipe_surface *ps = tc->surface;
    int inuse = 0, pos;
 
@@ -414,7 +413,6 @@ struct softpipe_cached_tile *
 sp_get_cached_tile(struct softpipe_context *softpipe,
                    struct softpipe_tile_cache *tc, int x, int y)
 {
-   struct pipe_context *pipe = &softpipe->pipe;
    struct pipe_surface *ps = tc->surface;
 
    /* tile pos in framebuffer: */