Index: include/core/SkDocument.h |
diff --git a/include/core/SkDocument.h b/include/core/SkDocument.h |
index 9e1de8ae4e7f412c9bd3527c92e548b9b4119494..e5d8cf3a9bab04cf52552953879b18bb42c24080 100644 |
--- a/include/core/SkDocument.h |
+++ b/include/core/SkDocument.h |
@@ -153,13 +153,6 @@ public: |
const SkTime::DateTime* /* creationDate */, |
const SkTime::DateTime* /* modifiedDate */) {} |
- // This version is deprecated. |
- void setMetadata(const SkTArray<SkDocument::Attribute>& att, |
- const SkTime::DateTime* creation, |
- const SkTime::DateTime* modified) { |
- this->setMetadata(&att[0], att.count(), creation, modified); |
- } |
- |
protected: |
SkDocument(SkWStream*, void (*)(SkWStream*, bool aborted)); |