summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawtex.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-04-26 09:55:41 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-04-28 14:05:19 -0400
commit12c46b15d70ccb6d39d5f5c1a3ddfb0cf929f719 (patch)
tree6dc1466d012b87d24254f1a17594b011673fffd1 /src/mesa/main/drawtex.h
parent1904ba7936eb5a3fa76875a498eb54f3bd5f90a5 (diff)
mesa: Drop unused _mesa_init_drawtex_dispatch()
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 0f3bac38c7..95f4ac86f0 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 */