From c0b0b1790a1a055013ae43be534d449a9167daa8 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Fri, 5 Dec 2003 11:22:07 +0000 Subject: [PATCH] remove duplicate declarations --- src/mesa/main/histogram.h | 7 ------- 1 file changed, 7 deletions(-) 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); -- 2.30.2