r300g: better describe another flush and move it closer to the real problem
[mesa.git] / src / mesa / main / drawtex.h
index 0f3bac38c77e8ae665071c3e37ba8dcddbede190..95f4ac86f075b4d63e66a60bad2a752142356845 100644 (file)
@@ -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 */