From c0b0b1790a1a055013ae43be534d449a9167daa8 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Fri, 5 Dec 2003 11:22:07 +0000 Subject: remove duplicate declarations --- src/mesa/main/histogram.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mesa/main/histogram.h') diff --git a/src/mesa/main/histogram.h b/src/mesa/main/histogram.h index 67ddce01cf..974447231d 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); -- cgit v1.2.3