From 04d43cd71f081f1b8d2f0fd803a47cb6342e4fcd Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Thu, 15 Jun 2017 15:21:20 -0700 Subject: Remove more "core" code that isn't used. It is always easier to add back code when you need it, than it is to maintain code you aren't using. --- source/core/slang-math.cpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 source/core/slang-math.cpp (limited to 'source/core/slang-math.cpp') 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 -- cgit v1.2.3