aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapScaler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkBitmapScaler.h')
-rw-r--r--src/core/SkBitmapScaler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/SkBitmapScaler.h b/src/core/SkBitmapScaler.h
index ec4c8170bc..ef559df606 100644
--- a/src/core/SkBitmapScaler.h
+++ b/src/core/SkBitmapScaler.h
@@ -85,11 +85,6 @@ public:
float dest_width, float dest_height,
SkBitmap::Allocator* allocator = NULL);
- static SkBitmap Resize(const SkBitmap& source,
- ResizeMethod method,
- float dest_width, float dest_height,
- SkBitmap::Allocator* allocator = NULL);
-
/** Platforms can also optionally overwrite the convolution functions
if we have SIMD versions of them.
*/