Skip to content

Commit

Permalink
Base: Units: remove unused defines
Browse files Browse the repository at this point in the history
  • Loading branch information
3x380V authored and yorikvanhavre committed Dec 23, 2024
1 parent 0907c7b commit c11b37e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Base/UnitsApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ================================================
Expand Down

0 comments on commit c11b37e

Please sign in to comment.