r600g: remove unused variable

This commit is contained in:
Marek Olšák 2012-02-14 15:13:16 +01:00
parent 9a20130e5f
commit 85571ed53c
1 changed files with 0 additions and 2 deletions

View File

@ -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)
{