diff options
author | Brian Paul <[email protected]> | 2008-06-09 15:14:02 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 15:14:02 -0600 |
commit | eded7f010d344a909cf9c403eb3bdad91804d174 (patch) | |
tree | 82b5054b6d8f301041625e085a18fc4dff22d646 /src/mesa/main/histogram.h | |
parent | bce428c4a65fdcb890ea18bf4a1dfb42ed109006 (diff) |
mesa: refactor: move _mesa_update_minmax/histogram() into image.c
Diffstat (limited to 'src/mesa/main/histogram.h')
-rw-r--r-- | src/mesa/main/histogram.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/histogram.h b/src/mesa/main/histogram.h index 974447231dd..367e9b11ba1 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 |