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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/SkAutoPixmapStorage.h b/src/core/SkAutoPixmapStorage.h
index 6342a41deb..66c5655e54 100644
--- a/src/core/SkAutoPixmapStorage.h
+++ b/src/core/SkAutoPixmapStorage.h
@@ -17,11 +17,6 @@ public:
~SkAutoPixmapStorage();
/**
- * Leave the moved-from object in a free-but-valid state.
- */
- SkAutoPixmapStorage& operator=(SkAutoPixmapStorage&& other);
-
- /**
* Try to allocate memory for the pixels needed to match the specified Info. On success
* return true and fill out the pixmap to point to that memory. The storage will be freed
* when this object is destroyed, or if another call to tryAlloc() or alloc() is made.