remove unused var

This commit is contained in:
Brian 2007-12-13 18:26:10 -07:00
parent 7a2d3ac5bc
commit e2d7107cc2

View 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 */