mesa: Removed another unused variable.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 21 Aug 2010 14:04:47 +0000 (15:04 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 22 Aug 2010 01:26:44 +0000 (02:26 +0100)
src/mesa/state_tracker/st_cb_drawpixels.c

index aa8776e7161a66c93915ee28231746cc2665f962..1147b1950e25bd51ffaa3627c43cb44e7adea163 100644 (file)
@@ -301,7 +301,6 @@ static struct pipe_resource *
 alloc_texture(struct st_context *st, GLsizei width, GLsizei height,
               enum pipe_format texFormat)
 {
-   struct pipe_context *pipe = st->pipe;
    struct pipe_resource *pt;
 
    pt = st_texture_create(st, st->internal_target, texFormat, 0,