aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDocument.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-02-12 07:26:46 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-12 07:26:46 -0800
commitd798feb97ea3336bd9b3943b74f48c91a6806f5b (patch)
tree78f138c54ddcce7f11ece9e685e22877d51cf8ed /include/core/SkDocument.h
parent891ad66d148873c0a816192791ad7258eda71a28 (diff)
SkDocument: remove use of SkTArray (part 3/3).
TBR=reed Removal only. Verbal lgtm. Review URL: https://codereview.chromium.org/1692703003
Diffstat (limited to 'include/core/SkDocument.h')
-rw-r--r--include/core/SkDocument.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/core/SkDocument.h b/include/core/SkDocument.h
index 9e1de8ae4e..e5d8cf3a9b 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));