summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_context.h
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2012-09-11 09:10:34 +0300
committerOliver McFadden <[email protected]>2012-09-15 12:56:42 +0300
commit09df07373bfd209e8e7129272c4c257e050bb961 (patch)
tree31c2d0f01991aa7553e801f7916ce4db21dbe9a9 /src/mesa/vbo/vbo_context.h
parentdce86022514268bd2be1e6f99657e5aa2897e20d (diff)
mesa: remove FEATURE_dlist define.
Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/vbo/vbo_context.h')
-rw-r--r--src/mesa/vbo/vbo_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/vbo/vbo_context.h b/src/mesa/vbo/vbo_context.h
index 1c49de0ca2f..e3e37e7f282 100644
--- a/src/mesa/vbo/vbo_context.h
+++ b/src/mesa/vbo/vbo_context.h
@@ -78,9 +78,7 @@ struct vbo_context {
GLuint map_vp_arb[VERT_ATTRIB_MAX];
struct vbo_exec_context exec;
-#if FEATURE_dlist
struct vbo_save_context save;
-#endif
/* Callback into the driver. This must always succeed, the driver
* is responsible for initiating any fallback actions required: