Remove M_PI definition, use F_PI

This commit is contained in:
Lukas W
2014-11-16 15:01:15 +01:00
parent e66326b36b
commit d8662e76de
3 changed files with 3 additions and 7 deletions

View File

@@ -34,10 +34,6 @@
#include <cmath>
using namespace std;
#ifndef M_PI
# define M_PI 3.14159265358979323846
#endif
#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE)
#ifndef isnanf
#define isnanf(x) isnan(x)