From 6fc763e3c2b1e539510cb18ece8b97e183099ab1 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Mon, 23 Jun 2014 15:29:52 -0400 Subject: No one uses SkPicture::swap. BUG=skia: R=robertphillips@google.com Review URL: https://codereview.chromium.org/349313004 --- include/core/SkPicture.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/core') diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h index 7cba671d0a..04b2138b46 100644 --- a/include/core/SkPicture.h +++ b/include/core/SkPicture.h @@ -110,11 +110,6 @@ public: virtual ~SkPicture(); - /** - * Swap the contents of the two pictures. Guaranteed to succeed. - */ - void swap(SkPicture& other); - /** * Creates a thread-safe clone of the picture that is ready for playback. */ -- cgit v1.2.3