diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 11:13:07 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:49 +0300 |
commit | dda982f1a7f1b8f525894e01975e69b262696153 (patch) | |
tree | a3be7cd2da9af379822994613782f8250dffeab1 /src/mesa/main/varray.h | |
parent | 88233b0bc301eb0ccdf23ffcb0245b3faad43b04 (diff) |
mesa: remove FEATURE_EXT_transform_feedback define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r-- | src/mesa/main/varray.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index b6041bd787e..d4836125619 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -245,13 +245,9 @@ _mesa_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, const GLvoid *indices, GLint basevertex); -#if FEATURE_EXT_transform_feedback - extern void GLAPIENTRY _mesa_DrawTransformFeedback(GLenum mode, GLuint name); -#endif - extern void GLAPIENTRY _mesa_PrimitiveRestartIndex(GLuint index); |