summaryrefslogtreecommitdiffstats
path: root/source/core/slang-math.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-math.cpp')
-rw-r--r--source/core/slang-math.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/core/slang-math.cpp b/source/core/slang-math.cpp
deleted file mode 100644
index 76be23f30..000000000
--- a/source/core/slang-math.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "slang-math.h"
-
-#if 0
-namespace Slang
-{
- const float Math::Pi = 3.141592654f;
-}
-#endif