diff options
author | Chia-I Wu <[email protected]> | 2010-05-12 13:37:37 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-05-12 13:50:29 +0800 |
commit | 8d5c83c467f83b44f5f2e271c4f9cca2d45af518 (patch) | |
tree | cf170ea7055cac1f90333584361c0528a86b374b /src/mesa/vbo/vbo_context.h | |
parent | eb5100accc888b9a9cfc24bc3d3452ea62a84c09 (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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/vbo/vbo_context.h b/src/mesa/vbo/vbo_context.h index 8b726dc8ac5..00cfc522a0d 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 { |