diff options
author | Keith Whitwell <[email protected]> | 2002-04-09 14:58:03 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2002-04-09 14:58:03 +0000 |
commit | 0a79baf1bff93718e50a3ba4bad6390ea1cfb01c (patch) | |
tree | b2571edd9cf53c6561a3576606c74bf64feb683b /src/mesa/math/m_xform.c | |
parent | 851de7ded1e16aa0360ef290ec342c66463b25b2 (diff) |
remove dead vertex assembly
Diffstat (limited to 'src/mesa/math/m_xform.c')
-rw-r--r-- | src/mesa/math/m_xform.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c index c043b09069a..8875594868a 100644 --- a/src/mesa/math/m_xform.c +++ b/src/mesa/math/m_xform.c @@ -1,4 +1,4 @@ -/* $Id: m_xform.c,v 1.14 2001/05/23 14:27:03 brianp Exp $ */ +/* $Id: m_xform.c,v 1.15 2002/04/09 14:58:04 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -220,6 +220,5 @@ _math_init( void ) { _math_init_transformation(); _math_init_translate(); - _math_init_vertices(); _math_init_eval(); } |