summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/drawtex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/drawtex.h')
-rw-r--r--src/mesa/main/drawtex.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/drawtex.h b/src/mesa/main/drawtex.h
index 0f3bac3..95f4ac8 100644
--- a/src/mesa/main/drawtex.h
+++ b/src/mesa/main/drawtex.h
@@ -59,18 +59,10 @@ _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
extern void GLAPIENTRY
_mesa_DrawTexxv(const GLfixed *coords);
-extern void
-_mesa_init_drawtex_dispatch(struct _glapi_table *disp);
-
#else /* FEATURE_OES_draw_texture */
#define _MESA_INIT_DRAWTEX_FUNCTIONS(driver, impl) do { } while (0)
-static INLINE void
-_mesa_init_drawtex_dispatch(struct _glapi_table *disp)
-{
-}
-
#endif /* FEATURE_OES_draw_texture */