aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkAutoPixmapStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkAutoPixmapStorage.h')
-rw-r--r--src/core/SkAutoPixmapStorage.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/SkAutoPixmapStorage.h b/src/core/SkAutoPixmapStorage.h
index 0aece1b9ea..08866443d4 100644
--- a/src/core/SkAutoPixmapStorage.h
+++ b/src/core/SkAutoPixmapStorage.h
@@ -70,12 +70,6 @@ public:
return this->INHERITED::reset(mask);
}
-#ifdef SK_SUPPORT_LEGACY_COLORTABLE
- void reset(const SkImageInfo& info, const void* addr, size_t rb, SkColorTable*) {
- this->freeStorage();
- this->INHERITED::reset(info, addr, rb);
- }
-#endif
private:
void* fStorage;