Index: include/core/SkFloatBits.h |
diff --git a/include/core/SkFloatBits.h b/include/core/SkFloatBits.h |
index 552e712f53e5a467755e0954278fa76fa79f4915..3ddb9ef564cfaaf2dd07e9f04bd1ce02b4b39d35 100644 |
--- a/include/core/SkFloatBits.h |
+++ b/include/core/SkFloatBits.h |
@@ -95,7 +95,6 @@ static inline float Sk2sComplimentAsFloat(int32_t x) { |
/** Return x cast to a float (i.e. (float)x) |
*/ |
float SkIntToFloatCast(int x); |
-float SkIntToFloatCast_NoOverflowCheck(int x); |
/** Return the float cast to an int. |
If the value is out of range, or NaN, return +/- SK_MaxS32 |