Remove unused macros

This commit is contained in:
Unknown
2020-09-05 00:34:46 -04:00
parent 9e1e054f0a
commit fc5707a1a7
+1 -2
View File
@@ -55,8 +55,7 @@
#endif
#define M_PI (3.14159265358979323846f)
#define MACRO_MAX(x, y) (((x) > (y)) ? (x) : (y))
#define MACRO_MIN(x, y) (((x) < (y)) ? (x) : (y))
#include <array>
#define SQ(x) ((x) * (x))