From bea4330c8805b87dedb79d2c83443d15e3e068a2 Mon Sep 17 00:00:00 2001 From: halcanary Date: Tue, 24 Jan 2017 11:02:54 -0800 Subject: No need to define SK_SCALAR_IS_FLOAT This is already the default value and is the only supported case. Review-Url: https://codereview.chromium.org/2657453005 --- skia/config/SkUserConfig.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index f505c50f90..e09a2351b3 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -127,9 +127,6 @@ // ===== Begin Chrome-specific definitions ===== -#define SK_SCALAR_IS_FLOAT -#undef SK_SCALAR_IS_FIXED - #define SK_MSCALAR_IS_FLOAT #undef SK_MSCALAR_IS_DOUBLE -- cgit v1.2.3