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 | |
parent | 851de7ded1e16aa0360ef290ec342c66463b25b2 (diff) |
remove dead vertex assembly
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_norm_tmp.h | 3 | ||||
-rw-r--r-- | src/mesa/math/m_xform.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/mesa/math/m_norm_tmp.h b/src/mesa/math/m_norm_tmp.h index 767d1feddf2..7c8ec180c27 100644 --- a/src/mesa/math/m_norm_tmp.h +++ b/src/mesa/math/m_norm_tmp.h @@ -1,4 +1,4 @@ -/* $Id: m_norm_tmp.h,v 1.10 2002/01/05 20:51:12 brianp Exp $ */ +/* $Id: m_norm_tmp.h,v 1.11 2002/04/09 14:58:04 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -33,7 +33,6 @@ */ #include <math.h> -#include "m_vertices.h" /* 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(); } |