diff options
author | Brian Paul <[email protected]> | 2016-08-16 08:27:49 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-08-16 08:28:22 -0600 |
commit | b6c81a780f4afe58350d3bf327c25045f09e4050 (patch) | |
tree | a008f1a618b13b87a279cbf39041b1f1a3070c04 | |
parent | 1e5eb79d9a7464482189d7ee8c0f495a31b7f0a3 (diff) |
svga: remove unused var in svga_mark_surfaces_dirty()
Signed-off-by: Brian Paul <[email protected]>
-rw-r--r-- | src/gallium/drivers/svga/svga_surface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_surface.c b/src/gallium/drivers/svga/svga_surface.c index e2990630710..8dd1868f6dc 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++) { |