diff options
author | Brian <[email protected]> | 2007-04-04 22:18:53 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-04 22:18:53 -0600 |
commit | 33c3739628616c0aaf10e51eae50611169ded0dd (patch) | |
tree | dd33cad47bb8e322f8f9c4df43a4524b63900306 /src/mesa/main/imports.h | |
parent | 4d864b087e9c998b28b37e10d41418edbaba9fab (diff) |
Remove the never-used SI-style imports/exports code.
Diffstat (limited to 'src/mesa/main/imports.h')
-rw-r--r-- | src/mesa/main/imports.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index 0633b3b8bf7..9be8014a131 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -690,6 +690,9 @@ _mesa_sqrtf(float x); extern float _mesa_inv_sqrtf(float x); +extern void +_mesa_init_sqrt_table(void); + extern double _mesa_pow(double x, double y); @@ -772,10 +775,6 @@ extern void _mesa_exit( int status ); -extern void -_mesa_init_default_imports( __GLimports *imports, void *driverCtx ); - - #ifdef __cplusplus } #endif |