aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/Define.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Define.h b/src/common/Define.h
index 2c348536f5c..e4a2333c66d 100644
--- a/src/common/Define.h
+++ b/src/common/Define.h
@@ -59,7 +59,6 @@
#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS
# define TRINITY_PATH_MAX 260
-# define _USE_MATH_DEFINES
#else // TRINITY_PLATFORM != TRINITY_PLATFORM_WINDOWS
# define TRINITY_PATH_MAX PATH_MAX
#endif // TRINITY_PLATFORM