diff options
author | Marek Olšák <[email protected]> | 2011-10-28 17:44:02 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-10-28 19:29:04 +0200 |
commit | 671af44b1962a7a138185a4cfb992f6b349de10a (patch) | |
tree | 72fe62c20d1200bd9389441532b5b800e816dddb /src/gallium/drivers/r300/r300_context.h | |
parent | 68657183b0e42093777034460e0a93624b7ba501 (diff) |
r300g: remove useless code
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index b89d6ecce17..08353567f44 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -293,12 +293,6 @@ struct r300_query { /* The buffer where query results are stored. */ struct pb_buffer *buf; struct radeon_winsys_cs_handle *cs_buf; - /* The size of the buffer. */ - unsigned buffer_size; - - /* Linked list members. */ - struct r300_query* prev; - struct r300_query* next; }; struct r300_surface { |