Index: include/core/SkBitmap.h |
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h |
index d3c33a8e034d23e9c7ee00f0bf571e2e0b43ece3..d3a20c05eb8b3ba858487c8e15b1565c34b3308b 100644 |
--- a/include/core/SkBitmap.h |
+++ b/include/core/SkBitmap.h |
@@ -325,14 +325,6 @@ public: |
bool installPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkColorTable*, |
void (*releaseProc)(void* addr, void* context), void* context); |
-#ifdef SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS |
- bool installPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, |
- void (*releaseProc)(void* addr, void* context), |
- void* context) { |
- return this->installPixels(info, pixels, rowBytes, NULL, releaseProc, context); |
- } |
-#endif |
- |
/** |
* Call installPixels with no ReleaseProc specified. This means that the |
* caller must ensure that the specified pixels are valid for the lifetime |