mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.

Since commit 82b9661894 and
34eae1c72a vbo support
is mandatory for all drivers. So, remove the remaining
FEATURE_ARB_vertex_buffer_object guards.

Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
This commit is contained in:
Mathias Fröhlich
2011-12-27 10:45:46 +01:00
parent ccbf192f59
commit 1ef3a94536
6 changed files with 0 additions and 21 deletions

View File

@@ -1133,9 +1133,7 @@ _mesa_free_context_data( struct gl_context *ctx )
_mesa_reference_buffer_object(ctx, &ctx->DefaultPacking.BufferObj, NULL);
#endif
#if FEATURE_ARB_vertex_buffer_object
_mesa_reference_buffer_object(ctx, &ctx->Array.ArrayBufferObj, NULL);
#endif
/* free dispatch tables */
free(ctx->Exec);