aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFResourceDict.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/SkPDFResourceDict.h')
-rw-r--r--src/pdf/SkPDFResourceDict.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pdf/SkPDFResourceDict.h b/src/pdf/SkPDFResourceDict.h
index fa9bb448c8..551d20bc8c 100644
--- a/src/pdf/SkPDFResourceDict.h
+++ b/src/pdf/SkPDFResourceDict.h
@@ -78,8 +78,6 @@ private:
SkPDFObject* insertResource(SkPDFResourceType type, int key,
SkPDFObject* value);
- SkTSet<SkPDFObject*> fResources;
-
SkTDArray<SkPDFDict*> fTypes;
typedef SkPDFDict INHERITED;
};