summaryrefslogtreecommitdiff
path: root/src/mesa/math/mathmod.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-11 13:52:17 -0700
committerBrian Paul <brianp@vmware.com>2009-02-11 13:52:17 -0700
commit2218592d47b963791105f5b8fa1a0b3f3a07f674 (patch)
treec7a10c524f2c2242e64cbe8f90697b6fae43fa8d /src/mesa/math/mathmod.h
parentc5bae14245192e83e7a91a6b72dc8451dd76f8ef (diff)
mesa: get rid of _math_init()
Only VBO uses the evaluator code so call _math_init_eval() there. Only TNL uses the transform/translate code so call _math_init_transformation() and _math_init_translate9) there. This is a step toward resolving some symbol collisions between Mesa's and gallium's x86 codegen. Have VBO and TNL modules call _math_init_transformation()
Diffstat (limited to 'src/mesa/math/mathmod.h')
-rw-r--r--src/mesa/math/mathmod.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/math/mathmod.h b/src/mesa/math/mathmod.h
index 6fbaaea94b..fb0862b5b1 100644
--- a/src/mesa/math/mathmod.h
+++ b/src/mesa/math/mathmod.h
@@ -36,6 +36,4 @@
#ifndef _MESA_MATH_H_
#define _MESA_MATH_H_
-extern void _math_init( void );
-
#endif