Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(495)

Unified Diff: include/core/SkFloatBits.h

Issue 483273003: remove unused SkIntToFloatCast_NoOverflowCheck (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkFloatBits.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | src/core/SkFloatBits.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698