From 0a79baf1bff93718e50a3ba4bad6390ea1cfb01c Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 9 Apr 2002 14:58:03 +0000 Subject: remove dead vertex assembly --- src/mesa/math/m_norm_tmp.h | 3 +-- src/mesa/math/m_xform.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/mesa/math') diff --git a/src/mesa/math/m_norm_tmp.h b/src/mesa/math/m_norm_tmp.h index 767d1feddf..7c8ec180c2 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 -#include "m_vertices.h" /* diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c index c043b09069..8875594868 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(); } -- cgit v1.2.3