vbo: fix array index out of bounds error, and fix evaluator priorities
[mesa.git] / src / mesa / main / histogram.h
index 974447231dd9ca3265e9b2a3fd807d112b143b77..367e9b11ba1592635108a8e9af0f608d79554483 100644 (file)
@@ -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