silence warnings
[mesa.git] / src / mesa / x86 / common_x86_asm.h
index ba965e6c0882597d8f1719e31bc8674a97fb8730..83e1521ec8377b1b10730d05615c200107bd976c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: common_x86_asm.h,v 1.8 2001/03/29 06:46:16 gareth Exp $ */
+/* $Id: common_x86_asm.h,v 1.10 2002/10/29 20:28:57 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -32,7 +32,7 @@
  * Changed by Andre Werthmann <wertmann@cs.uni-potsdam.de> for using the
  * new Katmai functions
  *
- * Reimplemented by Gareth Hughes <gareth@valinux.com> in a more
+ * Reimplemented by Gareth Hughes in a more
  * future-proof manner, based on code in the Linux kernel.
  */
 
@@ -60,6 +60,5 @@
 extern int _mesa_x86_cpu_features;
 
 extern void _mesa_init_all_x86_transform_asm( void );
-extern void _mesa_init_all_x86_vertex_asm( void );
 
 #endif