diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:06:56 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:56:35 +0300 |
commit | 004f032baf1b30e368d29984f767864e2f80183e (patch) | |
tree | 1966904782c0176044d88fb1618feb8691dc6d13 /src/mesa/main/vtxfmt.c | |
parent | 985b0cb22fc5e88e7f572c7ead86f15a21abaee0 (diff) |
mesa: remove FEATURE_beginend define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/vtxfmt.c')
-rw-r--r-- | src/mesa/main/vtxfmt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c index 2b6e25ecdf6..7ebf9ed76e6 100644 --- a/src/mesa/main/vtxfmt.c +++ b/src/mesa/main/vtxfmt.c @@ -38,8 +38,6 @@ #include "main/dispatch.h" -#if FEATURE_beginend - /** * Use the per-vertex functions found in <vfmt> to initialize the given * API dispatch table. @@ -235,6 +233,3 @@ _mesa_install_save_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt) if (_mesa_is_desktop_gl(ctx)) install_vtxfmt( ctx, ctx->Save, vfmt ); } - - -#endif /* FEATURE_beginend */ |