From 85571ed53c18f4e5c31ea8eb81c1231c6d786ae4 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 14 Feb 2012 15:13:16 +0100 Subject: r600g: remove unused variable --- src/gallium/drivers/r600/r600_texture.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/gallium/drivers/r600/r600_texture.c b/src/gallium/drivers/r600/r600_texture.c index 4e2e600acc0..7d5f8c8609d 100644 --- a/src/gallium/drivers/r600/r600_texture.c +++ b/src/gallium/drivers/r600/r600_texture.c @@ -631,8 +631,6 @@ r600_texture_create_object(struct pipe_screen *screen, return rtex; } -DEBUG_GET_ONCE_BOOL_OPTION(tiling_enabled, "R600_TILING", TRUE); - struct pipe_resource *r600_texture_create(struct pipe_screen *screen, const struct pipe_resource *templ) { -- cgit v1.2.3