From add0b517ededf4705430207cb1eda14a2a21ea5f Mon Sep 17 00:00:00 2001 From: Pierre Hugo Date: Wed, 21 Jan 2015 19:13:15 -0800 Subject: [PATCH] Removed unused macro RADX10. --- src/main/common/maths.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/common/maths.h b/src/main/common/maths.h index 721a3975c..0e773cd47 100644 --- a/src/main/common/maths.h +++ b/src/main/common/maths.h @@ -27,7 +27,6 @@ #endif #define M_PI 3.14159265358979323846f -#define RADX10 (M_PI / 1800.0f) // 0.001745329252f #define RAD (M_PI / 180.0f) #define min(a, b) ((a) < (b) ? (a) : (b))