From 6b94f01d1c8ad386d497428c7397b1a99614aeba Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 14 Mar 2017 10:28:45 -0400 Subject: Replace FX_DOUBLE with underlying double type. Change-Id: Ife4a46157ec1044b24965f7d282858f8261031b1 Reviewed-on: https://pdfium-review.googlesource.com/3030 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- core/fxcrt/fx_system.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/fxcrt') diff --git a/core/fxcrt/fx_system.h b/core/fxcrt/fx_system.h index a0878981d8..4c938d9b27 100644 --- a/core/fxcrt/fx_system.h +++ b/core/fxcrt/fx_system.h @@ -69,7 +69,6 @@ extern "C" { typedef void* FX_POSITION; // Keep until fxcrt containers gone typedef float FX_FLOAT; // Keep, allow upgrade to doubles. -typedef double FX_DOUBLE; // Keep, allow downgrade to floats. #define IsFloatZero(f) ((f) < 0.0001 && (f) > -0.0001) #define IsFloatBigger(fa, fb) ((fa) > (fb) && !IsFloatZero((fa) - (fb))) -- cgit v1.2.3