Index: include/core/SkPostConfig.h |
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h |
index 395ece89f1fe813ba3989beefe80ad32c212088a..0d904ea51c2de76422fb81d2a5d6a2992d62ffbd 100644 |
--- a/include/core/SkPostConfig.h |
+++ b/include/core/SkPostConfig.h |
@@ -22,12 +22,6 @@ |
# error "can't have unittests without debug" |
#endif |
-#if defined(SK_SCALAR_IS_FIXED) && defined(SK_SCALAR_IS_FLOAT) |
-# error "cannot define both SK_SCALAR_IS_FIXED and SK_SCALAR_IS_FLOAT" |
-#elif !defined(SK_SCALAR_IS_FIXED) && !defined(SK_SCALAR_IS_FLOAT) |
-# define SK_SCALAR_IS_FLOAT |
-#endif |
- |
/** |
* Matrix calculations may be float or double. |
* The default is double, as that is faster given our impl uses doubles |