Base: Units: remove unused defines

This commit is contained in:
Ladislav Michl
2024-08-07 09:58:47 +02:00
committed by Yorik van Havre
parent 0907c7bfda
commit c11b37e312

View File

@@ -42,19 +42,6 @@
#include "UnitsSchemaFemMilliMeterNewton.h"
#include "UnitsSchemaMeterDecimal.h"
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#ifndef M_E
#define M_E 2.71828182845904523536
#endif
#ifndef DOUBLE_MAX
#define DOUBLE_MAX 1.7976931348623157E+308 /* max decimal value of a "double"*/
#endif
#ifndef DOUBLE_MIN
#define DOUBLE_MIN 2.2250738585072014E-308 /* min decimal value of a "double"*/
#endif
using namespace Base;
// === static attributes ================================================