aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-12-20 14:00:26 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-20 19:22:58 +0000
commit45e57732dd445110146679671880c7c17f09f11d (patch)
tree5120f260d83744296a33b92fe27d1ccebf732ae4 /include/core/SkPicture.h
parent93ceab1b59f06c828cf62aa6a700e7f81620f23d (diff)
remove unused setter
Bug: skia: Change-Id: I72340b4e11c9f2b53632baa4ab2d524e29be58f6 Reviewed-on: https://skia-review.googlesource.com/87960 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 8edd183ede..17539045f2 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -150,8 +150,6 @@ public:
// Returns NULL if this is not an SkBigPicture.
virtual const SkBigPicture* asSkBigPicture() const { return nullptr; }
- // Global setting to enable or disable security precautions for serialization.
- static void SetPictureIOSecurityPrecautionsEnabled_Dangerous(bool set);
static bool PictureIOSecurityPrecautionsEnabled();
private: