remove duplicate declarations

This commit is contained in:
Alan Hourihane 2003-12-05 11:22:07 +00:00
parent fcf02034b4
commit c0b0b1790a

View file

@ -41,13 +41,6 @@
#if _HAVE_FULL_GL
extern void
_mesa_update_minmax(GLcontext *ctx, GLuint n, const GLfloat rgba[][4]);
extern void
_mesa_update_histogram(GLcontext *ctx, GLuint n, const GLfloat rgba[][4]);
extern void GLAPIENTRY
_mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum types, GLvoid *values);