From 4d67473d6ce55ad6361dae84b00283445f148f37 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 14 Mar 2017 15:12:09 -0400 Subject: Replace FX_POSITION in GFGAS_FontMgr with bool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iddd99312aee6447c05be5633eead023a004e65e1 Reviewed-on: https://pdfium-review.googlesource.com/3034 Reviewed-by: Nicolás Peña Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- core/fxcrt/fx_system.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/fxcrt') 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))) -- cgit v1.2.3