mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 07:50:11 +01:00
svga: remove unused variable
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
This commit is contained in:
parent
689293ad52
commit
fb26317604
1 changed files with 0 additions and 1 deletions
|
|
@ -288,7 +288,6 @@ svga_reemit_framebuffer_bindings(struct svga_context *svga)
|
|||
enum pipe_error
|
||||
svga_rebind_framebuffer_bindings(struct svga_context *svga)
|
||||
{
|
||||
const struct svga_screen *ss = svga_screen(svga->pipe.screen);
|
||||
struct svga_hw_draw_state *hw = &svga->state.hw_draw;
|
||||
unsigned i;
|
||||
enum pipe_error ret;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue