summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.h
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2012-09-11 11:13:07 +0300
committerOliver McFadden <[email protected]>2012-09-15 12:57:49 +0300
commitdda982f1a7f1b8f525894e01975e69b262696153 (patch)
treea3be7cd2da9af379822994613782f8250dffeab1 /src/mesa/main/varray.h
parent88233b0bc301eb0ccdf23ffcb0245b3faad43b04 (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.h4
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);