summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_screen.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-01-21 14:24:53 -0800
committerJosé Fonseca <jfonseca@vmware.com>2010-01-21 15:18:40 -0800
commit50edefec2dd5ec2990ab2cd699478139173d5fd2 (patch)
tree206dab940192f02504fbb0c664978e528f47abdc /src/gallium/drivers/svga/svga_screen.h
parent9782d7cdf39c141d816efc48333d6a70ed3f2ac6 (diff)
svga: Remove unused code.
Diffstat (limited to 'src/gallium/drivers/svga/svga_screen.h')
-rw-r--r--src/gallium/drivers/svga/svga_screen.h6
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 b94ca7fc1c..a009b60720 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;
};