summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/drawpix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/drawpix.h')
-rw-r--r--src/mesa/main/drawpix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/drawpix.h b/src/mesa/main/drawpix.h
index 8a1550aa1dd..087b3a8c94e 100644
--- a/src/mesa/main/drawpix.h
+++ b/src/mesa/main/drawpix.h
@@ -32,9 +32,6 @@
struct _glapi_table;
-extern void
-_mesa_init_drawpix_dispatch(struct _glapi_table *disp);
-
void GLAPIENTRY
_mesa_DrawPixels( GLsizei width, GLsizei height,
GLenum format, GLenum type, const GLvoid *pixels );