| Index: core/include/fxcrt/fx_system.h
|
| diff --git a/core/include/fxcrt/fx_system.h b/core/include/fxcrt/fx_system.h
|
| index 2fbab98a1d17d1eadedcb103787d4d6bed897f81..02efbe10fcb20769c7c096755ed02900b3e63c26 100644
|
| --- a/core/include/fxcrt/fx_system.h
|
| +++ b/core/include/fxcrt/fx_system.h
|
| @@ -110,7 +110,6 @@ static_assert(FALSE == false, "false_needs_to_be_false");
|
| #endif
|
| #endif
|
|
|
| -#define FX_MIN(a, b) (((a) < (b)) ? (a) : (b))
|
| #define FX_PI 3.1415926535897932384626433832795f
|
|
|
| // NOTE: prevent use of the return value from snprintf() since some platforms
|
|
|