diff options
author | Brian Paul <[email protected]> | 2015-02-16 11:12:40 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-02-19 15:36:59 -0700 |
commit | fbac86ad2a735776a483cf1bb3827c4459f82e65 (patch) | |
tree | f15df91875c4e8c7189eb0581e5afa3e86e24c35 /src/mesa/math/m_translate.h | |
parent | 5c1aac17adffeef9bb6171d83cc7ddd94c61c5f2 (diff) |
mesa: remove unused _math_trans_4chan()
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
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, |