summaryrefslogtreecommitdiff
path: root/src/util/mathconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/mathconstants.h')
-rw-r--r--src/util/mathconstants.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util/mathconstants.h b/src/util/mathconstants.h
deleted file mode 100644
index 1b478aa95..000000000
--- a/src/util/mathconstants.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <math.h>
-
-// MSVC doesn't seem to define this
-#ifndef M_PI
- #define M_PI 3.1415926535
-#endif
-