summaryrefslogtreecommitdiff
path: root/src/mesa/x86/sse.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2002-04-09 14:58:03 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2002-04-09 14:58:03 +0000
commit0a79baf1bff93718e50a3ba4bad6390ea1cfb01c (patch)
treeb2571edd9cf53c6561a3576606c74bf64feb683b /src/mesa/x86/sse.h
parent851de7ded1e16aa0360ef290ec342c66463b25b2 (diff)
remove dead vertex assembly
Diffstat (limited to 'src/mesa/x86/sse.h')
-rw-r--r--src/mesa/x86/sse.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/x86/sse.h b/src/mesa/x86/sse.h
index 3ed1a95892..98146a9047 100644
--- a/src/mesa/x86/sse.h
+++ b/src/mesa/x86/sse.h
@@ -1,4 +1,4 @@
-/* $Id: sse.h,v 1.1 2001/03/29 06:46:16 gareth Exp $ */
+/* $Id: sse.h,v 1.2 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_sse_transform_asm( void );
-void _mesa_init_sse_vertex_asm( void );
#endif