summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-03-20 22:07:17 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-03-20 22:07:17 +0000
commit491e573c38ae5e0910e9690cd188e0eee9a922c8 (patch)
tree063cc66ba3da28115adb415f3d9a7f662411f30f /include
parent80ac8d171ce5d20fb4b2fc125797694828758581 (diff)
removed glSamplePass()
Diffstat (limited to 'include')
-rw-r--r--include/GL/gl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 6ffda175802..675b97499d0 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1,4 +1,4 @@
-/* $Id: gl.h,v 1.64 2002/02/25 22:18:14 brianp Exp $ */
+/* $Id: gl.h,v 1.65 2002/03/20 22:07:17 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -1912,8 +1912,6 @@ GLAPI void GLAPIENTRY glMultTransposeMatrixf( const GLfloat m[16] );
GLAPI void GLAPIENTRY glSampleCoverage( GLclampf value, GLboolean invert );
-GLAPI void GLAPIENTRY glSamplePass( GLenum pass );
-
/*
* GL_ARB_multitexture (ARB extension 1 and OpenGL 1.2.1)