Bytecode: remove useless constant redefinition

time-shift
Sébastien Villemot 2021-02-01 14:08:09 +01:00
parent eb29dc003a
commit bb5f58f55f
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 0 additions and 7 deletions

View File

@ -31,13 +31,6 @@
#define _USE_MATH_DEFINES
#include <cmath>
#include <utility>
#ifndef M_PI
# define M_PI (3.14159265358979323846)
#endif
#ifndef M_SQRT2
# define M_SQRT2 1.41421356237309504880
#endif
#ifdef DEBUG_EX
# include <math.h>