From 491e573c38ae5e0910e9690cd188e0eee9a922c8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 20 Mar 2002 22:07:17 +0000 Subject: [PATCH] removed glSamplePass() --- include/GL/gl.h | 4 +--- 1 file changed, 1 insertion(+), 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) -- 2.30.2