diff options
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/svga/svga_state_framebuffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_state_framebuffer.c b/src/gallium/drivers/svga/svga_state_framebuffer.c index ae5dc36cae7..54f75a2f834 100644 --- a/src/gallium/drivers/svga/svga_state_framebuffer.c +++ b/src/gallium/drivers/svga/svga_state_framebuffer.c @@ -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; |