remove unused var
authorBrian <brian.paul@tungstengraphics.com>
Fri, 14 Dec 2007 01:26:10 +0000 (18:26 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 14 Dec 2007 01:26:10 +0000 (18:26 -0700)
src/mesa/pipe/softpipe/sp_context.c

index dcf0444f6e2bbf1a16e86f4bf795ea7a93f74630..b62e691e87d856ec2c8747c3e828beabecbd413c 100644 (file)
@@ -55,8 +55,6 @@ static boolean
 softpipe_is_format_supported( struct pipe_context *pipe,
                               enum pipe_format format, uint type )
 {
-   struct softpipe_context *softpipe = softpipe_context( pipe );
-
    switch (type) {
    case PIPE_TEXTURE:
       /* softpipe supports all texture formats */