Remove unused variable

This commit is contained in:
Thomas Goyne 2014-03-20 20:16:06 -07:00
parent 58db99cd24
commit 95008b7dc1
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
#endif
static const float deg2rad = 3.1415926536f / 180.f;
static const float rad2deg = 180.f / 3.1415926536f;
static const float pi = 3.1415926535897932384626433832795f;
#ifdef __WIN32__