diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:10:34 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:56:42 +0300 |
commit | 09df07373bfd209e8e7129272c4c257e050bb961 (patch) | |
tree | 31c2d0f01991aa7553e801f7916ce4db21dbe9a9 /src/mesa/main/context.c | |
parent | dce86022514268bd2be1e6f99657e5aa2897e20d (diff) |
mesa: remove FEATURE_dlist define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index dbd79e929c9..f5e6d9c605c 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1006,7 +1006,6 @@ _mesa_initialize_context(struct gl_context *ctx, switch (ctx->API) { case API_OPENGL: -#if FEATURE_dlist ctx->Save = _mesa_create_save_table(); if (!ctx->Save) { _mesa_reference_shared_state(ctx, &ctx->Shared, NULL); @@ -1015,7 +1014,6 @@ _mesa_initialize_context(struct gl_context *ctx, } _mesa_install_save_vtxfmt( ctx, &ctx->ListState.ListVtxfmt ); -#endif case API_OPENGL_CORE: break; case API_OPENGLES: |