diff options
author | José Fonseca <[email protected]> | 2010-01-21 14:24:53 -0800 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-01-21 15:18:40 -0800 |
commit | 50edefec2dd5ec2990ab2cd699478139173d5fd2 (patch) | |
tree | 206dab940192f02504fbb0c664978e528f47abdc /src/gallium/drivers/svga/svga_screen.h | |
parent | 9782d7cdf39c141d816efc48333d6a70ed3f2ac6 (diff) |
svga: Remove unused code.
Diffstat (limited to 'src/gallium/drivers/svga/svga_screen.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_screen.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/svga/svga_screen.h b/src/gallium/drivers/svga/svga_screen.h index b94ca7fc1ca..a009b607200 100644 --- a/src/gallium/drivers/svga/svga_screen.h +++ b/src/gallium/drivers/svga/svga_screen.h @@ -68,12 +68,6 @@ struct svga_screen pipe_mutex tex_mutex; pipe_mutex swc_mutex; /* Protects the use of swc and dirty_buffers */ - /** - * List of buffers with cached GMR. Ordered from the most recently used to - * the least recently used - */ - struct list_head cached_buffers; - struct svga_host_surface_cache cache; }; |