projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcf0203
)
remove duplicate declarations
author
Alan Hourihane
<alanh@tungstengraphics.com>
Fri, 5 Dec 2003 11:22:07 +0000
(11:22 +0000)
committer
Alan Hourihane
<alanh@tungstengraphics.com>
Fri, 5 Dec 2003 11:22:07 +0000
(11:22 +0000)
src/mesa/main/histogram.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/histogram.h
b/src/mesa/main/histogram.h
index
67ddce0
..
9744472
100644
(file)
--- 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);