From: Alan Hourihane Date: Fri, 5 Dec 2003 11:22:07 +0000 (+0000) Subject: remove duplicate declarations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c0b0b1790a1a055013ae43be534d449a9167daa8;p=mesa.git remove duplicate declarations --- diff --git a/src/mesa/main/histogram.h b/src/mesa/main/histogram.h index 67ddce01cfc..974447231dd 100644 --- a/src/mesa/main/histogram.h +++ b/src/mesa/main/histogram.h @@ -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);