Module: Mesa Branch: master Commit: b6c81a780f4afe58350d3bf327c25045f09e4050 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6c81a780f4afe58350d3bf327c25045f09e4050
Author: Brian Paul <[email protected]> Date: Tue Aug 16 08:27:49 2016 -0600 svga: remove unused var in svga_mark_surfaces_dirty() Signed-off-by: Brian Paul <[email protected]> --- src/gallium/drivers/svga/svga_surface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/svga/svga_surface.c b/src/gallium/drivers/svga/svga_surface.c index e299063..8dd1868 100644 --- a/src/gallium/drivers/svga/svga_surface.c +++ b/src/gallium/drivers/svga/svga_surface.c @@ -559,7 +559,6 @@ svga_mark_surface_dirty(struct pipe_surface *surf) void svga_mark_surfaces_dirty(struct svga_context *svga) { - struct svga_screen *svgascreen = svga_screen(svga->pipe.screen); unsigned i; for (i = 0; i < svga->curr.framebuffer.nr_cbufs; i++) { _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
