mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
remove unused var
This commit is contained in:
parent
7a2d3ac5bc
commit
e2d7107cc2
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue