diff options
author | Oliver McFadden <oliver.mcfadden@linux.intel.com> | 2012-09-11 09:06:56 +0300 |
---|---|---|
committer | Oliver McFadden <oliver.mcfadden@linux.intel.com> | 2012-09-15 12:56:35 +0300 |
commit | 004f032baf1b30e368d29984f767864e2f80183e (patch) | |
tree | 1966904782c0176044d88fb1618feb8691dc6d13 /src/mesa/vbo/vbo_noop.h | |
parent | 985b0cb22fc5e88e7f572c7ead86f15a21abaee0 (diff) | |
download | external_mesa3d-004f032baf1b30e368d29984f767864e2f80183e.zip external_mesa3d-004f032baf1b30e368d29984f767864e2f80183e.tar.gz external_mesa3d-004f032baf1b30e368d29984f767864e2f80183e.tar.bz2 |
mesa: remove FEATURE_beginend define.
Signed-off-by: Oliver McFadden <oliver.mcfadden@linux.intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/vbo/vbo_noop.h')
-rw-r--r-- | src/mesa/vbo/vbo_noop.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/vbo/vbo_noop.h b/src/mesa/vbo/vbo_noop.h index 92f61d3..044d373 100644 --- a/src/mesa/vbo/vbo_noop.h +++ b/src/mesa/vbo/vbo_noop.h @@ -30,22 +30,11 @@ #include "main/mtypes.h" -#if FEATURE_beginend - extern void _mesa_noop_vtxfmt_init(GLvertexformat *vfmt); extern GLboolean _mesa_using_noop_vtxfmt(const struct _glapi_table *dispatch); -#else - -static inline void -_mesa_noop_vtxfmt_init(GLvertexformat *vfmt) -{ -} - -#endif /* FEATURE_beginend */ - #endif /* _API_NOOP_H */ |