summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_context.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-05-12 13:37:37 +0800
committerChia-I Wu <olv@lunarg.com>2010-05-12 13:50:29 +0800
commit8d5c83c467f83b44f5f2e271c4f9cca2d45af518 (patch)
treecf170ea7055cac1f90333584361c0528a86b374b /src/mesa/vbo/vbo_context.h
parenteb5100accc888b9a9cfc24bc3d3452ea62a84c09 (diff)
mesa/es: Remove omit list.
vbo/vbo_save* are the last members on the omit list. Test FEATURE_dlist in the sources and remove the omit list.
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 8b726dc8ac..00cfc522a0 100644
--- a/src/mesa/vbo/vbo_context.h
+++ b/src/mesa/vbo/vbo_context.h
@@ -54,9 +54,7 @@
#include "vbo.h"
#include "vbo_attrib.h"
#include "vbo_exec.h"
-#if FEATURE_dlist
#include "vbo_save.h"
-#endif
struct vbo_context {