mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 20:20:38 +02:00
i965g: Remove dead code.
This commit is contained in:
parent
0b83f48e82
commit
3194197efd
1 changed files with 0 additions and 2 deletions
|
|
@ -231,8 +231,6 @@ static struct pipe_surface *brw_get_tex_surface(struct pipe_screen *screen,
|
|||
case BRW_VIEW_IN_PLACE:
|
||||
surface = create_in_place_view( bscreen, tex, id, usage );
|
||||
break;
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
insert_at_head( &tex->views[type], surface );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue