Index: include/core/SkPicture.h |
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
index 9da8de93836c50722b51a6d3bbcb867cba335492..c41709d4beb8a0522164510e961b050208f14a7e 100644 |
--- a/include/core/SkPicture.h |
+++ b/include/core/SkPicture.h |
@@ -105,13 +105,6 @@ public: |
virtual ~SkPicture(); |
-#ifdef SK_SUPPORT_LEGACY_PICTURE_CLONE |
- /** |
- * Creates a thread-safe clone of the picture that is ready for playback. |
- */ |
- SkPicture* clone() const; |
-#endif |
- |
/** Replays the drawing commands on the specified canvas. Note that |
this has the effect of unfurling this picture into the destination |
canvas. Using the SkCanvas::drawPicture entry point gives the destination |