summaryrefslogtreecommitdiff
path: root/core/fpdfapi/edit/cpdf_creator.h
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2018-06-08 19:18:37 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-06-08 19:18:37 +0000
commit280862f53a182928c5a9702784bb25f60a6eff08 (patch)
tree0ffa93696254c4a8bb6db4fee8a362be17dcfc90 /core/fpdfapi/edit/cpdf_creator.h
parentc268464fffb9b38b65d5392b69bd80a43bba189a (diff)
downloadpdfium-280862f53a182928c5a9702784bb25f60a6eff08.tar.xz
Remove CPDF_Creator::InitOldObjNumOffsets(). It does nothing.
This method is called, but it returns void and has no side effects: all called methods are const, and no member or static variable is modified. Change-Id: I12084000621728b9994fe7b487852928e7b1180e Reviewed-on: https://pdfium-review.googlesource.com/34690 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'core/fpdfapi/edit/cpdf_creator.h')
-rw-r--r--core/fpdfapi/edit/cpdf_creator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fpdfapi/edit/cpdf_creator.h b/core/fpdfapi/edit/cpdf_creator.h
index f95cab44eb..2b36fdd136 100644
--- a/core/fpdfapi/edit/cpdf_creator.h
+++ b/core/fpdfapi/edit/cpdf_creator.h
@@ -61,7 +61,6 @@ class CPDF_Creator {
private:
void Clear();
- void InitOldObjNumOffsets();
void InitNewObjNumOffsets();
void InitID();