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/x86.h | |
parent | 851de7ded1e16aa0360ef290ec342c66463b25b2 (diff) |
remove dead vertex assembly
Diffstat (limited to 'src/mesa/x86/x86.h')
-rw-r--r-- | src/mesa/x86/x86.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/x86/x86.h b/src/mesa/x86/x86.h index b614780bfc1..a646aff46b6 100644 --- a/src/mesa/x86/x86.h +++ b/src/mesa/x86/x86.h @@ -1,4 +1,4 @@ -/* $Id: x86.h,v 1.4 2001/03/28 20:44:44 gareth Exp $ */ +/* $Id: x86.h,v 1.5 2002/04/09 14:58:03 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -32,6 +32,5 @@ #define __X86_H__ extern void _mesa_init_x86_transform_asm( void ); -extern void _mesa_init_x86_vertex_asm( void ); #endif |