diff options
author | Brian Paul <[email protected]> | 2009-02-12 09:17:18 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-12 09:23:46 -0700 |
commit | 987aedd7dc75c095a96cb20b21bbad2f71857776 (patch) | |
tree | 6bf4840dbb0b8d000154f5ab5c7777ba074c578c /src/mesa/math/m_xform.h | |
parent | f45fa843199e86593126cb9e3b94621b31dd7589 (diff) |
mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c
m_xform.c is omitted from gallium builds but _mesa_transform_vector() is
still needed.
Diffstat (limited to 'src/mesa/math/m_xform.h')
-rw-r--r-- | src/mesa/math/m_xform.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/math/m_xform.h b/src/mesa/math/m_xform.h index c8144c00aec..7ef76e0b926 100644 --- a/src/mesa/math/m_xform.h +++ b/src/mesa/math/m_xform.h @@ -42,10 +42,6 @@ extern void -_mesa_transform_vector(GLfloat u[4], CONST GLfloat v[4], CONST GLfloat m[16]); - - -extern void _math_init_transformation(void); |