summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-13 18:26:10 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-13 18:26:10 -0700
commite2d7107cc2427a0e61949ead50cf0ac2c2bc6f11 (patch)
tree323d48064426769606fb29bec21cb2cab1af7bfa /src/mesa
parent7a2d3ac5bcad87d139f97eaa9ca2aa90d174240a (diff)
remove unused var
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/pipe/softpipe/sp_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/softpipe/sp_context.c b/src/mesa/pipe/softpipe/sp_context.c
index dcf0444f6e..b62e691e87 100644
--- a/src/mesa/pipe/softpipe/sp_context.c
+++ b/src/mesa/pipe/softpipe/sp_context.c
@@ -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 */