summaryrefslogtreecommitdiff
path: root/src/mesa/main/histogram.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 15:14:02 -0600
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:52 -0700
commit24172fe595eede2649dd88363d2cda68f928a03e (patch)
treeaacf909ebb3af3396e22cecd3a0a52396149832e /src/mesa/main/histogram.h
parentc132e2b1db855b3c33d8b879c4a986011d631d43 (diff)
mesa: refactor: move _mesa_update_minmax/histogram() into image.c
(cherry picked from commit eded7f010d344a909cf9c403eb3bdad91804d174)
Diffstat (limited to 'src/mesa/main/histogram.h')
-rw-r--r--src/mesa/main/histogram.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/histogram.h b/src/mesa/main/histogram.h
index 974447231d..367e9b11ba 100644
--- a/src/mesa/main/histogram.h
+++ b/src/mesa/main/histogram.h
@@ -71,12 +71,6 @@ _mesa_ResetHistogram(GLenum target);
extern void GLAPIENTRY
_mesa_ResetMinmax(GLenum target);
-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 _mesa_init_histogram( GLcontext * ctx );
#else