diff options
author | Brian Paul <[email protected]> | 2013-11-12 15:09:44 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-11-15 10:23:48 -0700 |
commit | 2253fed4a05ece30e47b32a5f450f8192dba9497 (patch) | |
tree | 8ba0c05ee91ba5c4a2fb41650497db41f22a5647 /src/mesa | |
parent | 598f61ba28bcfd220104e18e89973768babeaac3 (diff) |
mesa: remove duplicated prototypes in varray.h
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/varray.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index 3b9f39a61df..bc820ed2357 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -110,12 +110,6 @@ extern void GLAPIENTRY _mesa_VertexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr); -extern void GLAPIENTRY -_mesa_UnlockArraysEXT( void ); - -extern void GLAPIENTRY -_mesa_LockArraysEXT(GLint first, GLsizei count); - extern void GLAPIENTRY _mesa_NormalPointer(GLenum type, GLsizei stride, const GLvoid *ptr); |