Index: src/core/SkOpts.h |
diff --git a/src/core/SkOpts.h b/src/core/SkOpts.h |
index a622c1acdcd33ef6b320bcc1794198e154629f60..23541434a3b4f7178ecc71b3135c1081a5e1368b 100644 |
--- a/src/core/SkOpts.h |
+++ b/src/core/SkOpts.h |
@@ -23,9 +23,6 @@ namespace SkOpts { |
// Declare function pointers here... |
- // Returns a fast approximation of 1.0f/sqrtf(x). |
- extern float (*rsqrt)(float); |
- |
// See SkUtils.h |
extern void (*memset16)(uint16_t[], uint16_t, int); |
extern void (*memset32)(uint32_t[], uint32_t, int); |