dri: Define enum __DRI_API_GLES3
[mesa.git] / src / mesa / vbo / vbo_noop.h
index 92f61d356e375de50a4e57080adf8332c9efdd90..044d373e85f2d00a71750e543a1cc56b5fae5a56 100644 (file)
 #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 */