]> de.git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/builddeps/linux64/ode/include/ode/precision.h
Remove builddeps: linux64/d0_blind_id linux64/gmp linux64/ode
[xonotic/xonotic.git] / misc / builddeps / linux64 / ode / include / ode / precision.h
diff --git a/misc/builddeps/linux64/ode/include/ode/precision.h b/misc/builddeps/linux64/ode/include/ode/precision.h
deleted file mode 100644 (file)
index af81c10..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _ODE_PRECISION_H_
-#define _ODE_PRECISION_H_
-
-/* Define dSINGLE for single precision, dDOUBLE for double precision,
- * but never both!
- */
-
-#if defined(dIDESINGLE)
-#define dSINGLE
-#elif defined(dIDEDOUBLE)
-#define dDOUBLE
-#else
-#define dDOUBLE
-#endif
-
-#endif