summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arrayobj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/arrayobj.c')
-rw-r--r--src/mesa/main/arrayobj.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mesa/main/arrayobj.c b/src/mesa/main/arrayobj.c
index b98622932c5..82c00fbe826 100644
--- a/src/mesa/main/arrayobj.c
+++ b/src/mesa/main/arrayobj.c
@@ -473,14 +473,6 @@ _mesa_BindVertexArray( GLuint id )
}
-void GLAPIENTRY
-_mesa_BindVertexArrayAPPLE(GLuint id)
-{
- GET_CURRENT_CONTEXT(ctx);
- _mesa_problem(ctx, "APPLE_vertex_array_object is not supported!");
-}
-
-
/**
* Delete a set of array objects.
*
@@ -587,14 +579,6 @@ _mesa_GenVertexArrays(GLsizei n, GLuint *arrays)
}
-void GLAPIENTRY
-_mesa_GenVertexArraysAPPLE(GLsizei n, GLuint *arrays)
-{
- GET_CURRENT_CONTEXT(ctx);
- _mesa_problem(ctx, "APPLE_vertex_array_object is not supported!");
-}
-
-
/**
* ARB_direct_state_access
* Generates ID's and creates the array objects.