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/x86/3dnow.h | |
parent | 851de7ded1e16aa0360ef290ec342c66463b25b2 (diff) |
remove dead vertex assembly
Diffstat (limited to 'src/mesa/x86/3dnow.h')
-rw-r--r-- | src/mesa/x86/3dnow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/x86/3dnow.h b/src/mesa/x86/3dnow.h index de7c6d8f6b9..1f2fd8e8b4c 100644 --- a/src/mesa/x86/3dnow.h +++ b/src/mesa/x86/3dnow.h @@ -1,4 +1,4 @@ -/* $Id: 3dnow.h,v 1.5 2001/03/28 20:44:43 gareth Exp $ */ +/* $Id: 3dnow.h,v 1.6 2002/04/09 14:58:03 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -35,6 +35,5 @@ #include "math/m_xform.h" void _mesa_init_3dnow_transform_asm( void ); -void _mesa_init_3dnow_vertex_asm( void ); #endif |