diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2003-12-05 11:22:07 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2003-12-05 11:22:07 +0000 |
commit | c0b0b1790a1a055013ae43be534d449a9167daa8 (patch) | |
tree | 9510c3567697c991dd1ce33883562264b8dacdc9 /src/mesa/main/histogram.h | |
parent | fcf02034b4d8cf8c678bba653047e187a23fc02d (diff) |
remove duplicate declarations
Diffstat (limited to 'src/mesa/main/histogram.h')
-rw-r--r-- | src/mesa/main/histogram.h | 7 |
1 files changed, 0 insertions, 7 deletions
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); |