From 8538f64d0929715cb22a44186598471342c258c6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 4 Mar 2009 15:44:38 -0700 Subject: mesa: make _mesa_init_x86_transform_asm() static --- src/mesa/x86/x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/x86/x86.h') diff --git a/src/mesa/x86/x86.h b/src/mesa/x86/x86.h index 97651ec6ee..9ca17f05a0 100644 --- a/src/mesa/x86/x86.h +++ b/src/mesa/x86/x86.h @@ -30,6 +30,6 @@ #ifndef __X86_H__ #define __X86_H__ -extern void _mesa_init_x86_transform_asm( void ); +/*extern void _mesa_init_x86_transform_asm( void );*/ #endif -- cgit v1.2.3