diff options
author | Eric Anholt <[email protected]> | 2010-05-05 08:36:20 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-05-13 13:02:09 -0700 |
commit | 165694ad65374ff4330bd80acb398fe0428ba2e6 (patch) | |
tree | f74edc1cddd7f3a53ef2fd2cd7adbe229fa9be7f /src/mesa/main/imports.h | |
parent | fef303bc94f2fb15a068563ac8abfb1765bde035 (diff) |
mesa: Remove no-op wrappers around trig functions.
Diffstat (limited to 'src/mesa/main/imports.h')
-rw-r--r-- | src/mesa/main/imports.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index a9e44a0845a..da825a095ea 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -522,21 +522,6 @@ extern void _mesa_memset16( unsigned short *dst, unsigned short val, size_t n ); extern double -_mesa_sin(double a); - -extern float -_mesa_sinf(float a); - -extern double -_mesa_cos(double a); - -extern float -_mesa_asinf(float x); - -extern float -_mesa_atanf(float x); - -extern double _mesa_sqrtd(double x); extern float |