From 8e3e4145ce1bafe3183f8f27ccbc03c74f8dc23c Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Thu, 11 Oct 2012 21:31:36 +0200 Subject: radeonsi: remove unused local variables --- src/gallium/drivers/radeonsi/r600_blit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/drivers/radeonsi/r600_blit.c') diff --git a/src/gallium/drivers/radeonsi/r600_blit.c b/src/gallium/drivers/radeonsi/r600_blit.c index eecdb60f10d..cea7e128018 100644 --- a/src/gallium/drivers/radeonsi/r600_blit.c +++ b/src/gallium/drivers/radeonsi/r600_blit.c @@ -272,7 +272,6 @@ static void r600_compressed_to_blittable(struct pipe_resource *tex, struct texture_orig_info *orig) { struct r600_resource_texture *rtex = (struct r600_resource_texture*)tex; - struct r600_screen *rscreen = (struct r600_screen *)tex->screen; unsigned pixsize = util_format_get_blocksize(rtex->real_format); int new_format; int new_height, new_width; @@ -307,7 +306,6 @@ static void r600_reset_blittable_to_compressed(struct pipe_resource *tex, struct texture_orig_info *orig) { struct r600_resource_texture *rtex = (struct r600_resource_texture*)tex; - struct r600_screen *rscreen = (struct r600_screen *)tex->screen; tex->format = orig->format; tex->width0 = orig->width0; -- cgit v1.2.3