diff options
Diffstat (limited to 'src/mesa/math/m_translate.h')
-rw-r--r-- | src/mesa/math/m_translate.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/math/m_translate.h b/src/mesa/math/m_translate.h index 250921a3f3a..bdfa4c77010 100644 --- a/src/mesa/math/m_translate.h +++ b/src/mesa/math/m_translate.h @@ -28,8 +28,6 @@ #include "main/compiler.h" #include "main/glheader.h" -#include "main/mtypes.h" /* hack for GLchan */ -#include "swrast/s_chan.h" /** * Array translation. @@ -76,14 +74,6 @@ extern void _math_trans_4ub(GLubyte (*to)[4], GLuint start, GLuint n ); -extern void _math_trans_4chan( GLchan (*to)[4], - const void *ptr, - GLuint stride, - GLenum type, - GLuint size, - GLuint start, - GLuint n ); - extern void _math_trans_4us(GLushort (*to)[4], const void *ptr, GLuint stride, |