Remove unused variable
This commit is contained in:
parent
58db99cd24
commit
95008b7dc1
1 changed files with 0 additions and 1 deletions
|
@ -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__
|
||||
|
|
Loading…
Reference in a new issue