diff options
author | Marek Olšák <[email protected]> | 2012-02-14 15:13:16 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-02-14 15:49:24 +0100 |
commit | 85571ed53c18f4e5c31ea8eb81c1231c6d786ae4 (patch) | |
tree | 8f79913846eda705bf4b9163f3f131d0506c7edf /src/gallium | |
parent | 9a20130e5f703e9e9279965183993b95907c7d6b (diff) |
r600g: remove unused variable
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/r600/r600_texture.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |