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/main/context.c | |
parent | 851de7ded1e16aa0360ef290ec342c66463b25b2 (diff) |
remove dead vertex assembly
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index fa86aaef97e..969b320a440 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.158 2002/03/29 17:27:59 brianp Exp $ */ +/* $Id: context.c,v 1.159 2002/04/09 14:58:03 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -55,7 +55,6 @@ #include "vpstate.h" #include "vtxfmt.h" #include "math/m_translate.h" -#include "math/m_vertices.h" #include "math/m_matrix.h" #include "math/m_xform.h" #include "math/mathmod.h" |