Index: include/core/SkPreConfig.h |
diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h |
index ab995d7aa89446fa0347867eed3d07fbabea88ef..2aa4d822e07fd50b9f8dd94687da090b98073c24 100644 |
--- a/include/core/SkPreConfig.h |
+++ b/include/core/SkPreConfig.h |
@@ -91,12 +91,6 @@ |
////////////////////////////////////////////////////////////////////// |
-#if !defined(SK_SCALAR_IS_FLOAT) && !defined(SK_SCALAR_IS_FIXED) |
- #define SK_SCALAR_IS_FLOAT |
-#endif |
- |
-////////////////////////////////////////////////////////////////////// |
- |
#if !defined(SK_CPU_BENDIAN) && !defined(SK_CPU_LENDIAN) |
#if defined (__ppc__) || defined(__PPC__) || defined(__ppc64__) \ |
|| defined(__PPC64__) |