diff options
Diffstat (limited to 'core/fxcrt/fx_system.h')
-rw-r--r-- | core/fxcrt/fx_system.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fxcrt/fx_system.h b/core/fxcrt/fx_system.h index 321a8e272e..94fc20050a 100644 --- a/core/fxcrt/fx_system.h +++ b/core/fxcrt/fx_system.h @@ -67,8 +67,6 @@ extern "C" { #endif // __cplusplus -typedef void* FX_POSITION; // Keep until fxcrt containers gone - #define IsFloatZero(f) ((f) < 0.0001 && (f) > -0.0001) #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) #define IsFloatSmaller(fa, fb) ((fa) < (fb) && !IsFloatZero((fa) - (fb))) |