summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_parser/include/cpdf_object.h
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-05-23 10:21:45 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-23 10:21:45 -0700
commit168fc2be3253fdfb8a58685b89d28a471fa4740a (patch)
treea63cdaac7e5a0206b54704b725b1da85f4282655 /core/fpdfapi/fpdf_parser/include/cpdf_object.h
parent885bba0b002e2a70e7808e65a53d6f977ddccd95 (diff)
downloadpdfium-168fc2be3253fdfb8a58685b89d28a471fa4740a.tar.xz
Delete CPDF_Object::IsModified().
Review-Url: https://codereview.chromium.org/2001933002
Diffstat (limited to 'core/fpdfapi/fpdf_parser/include/cpdf_object.h')
-rw-r--r--core/fpdfapi/fpdf_parser/include/cpdf_object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fpdfapi/fpdf_parser/include/cpdf_object.h b/core/fpdfapi/fpdf_parser/include/cpdf_object.h
index 0d2e87e9f1..f637e36667 100644
--- a/core/fpdfapi/fpdf_parser/include/cpdf_object.h
+++ b/core/fpdfapi/fpdf_parser/include/cpdf_object.h
@@ -42,7 +42,6 @@ class CPDF_Object {
virtual CPDF_Object* Clone(FX_BOOL bDirect = FALSE) const = 0;
virtual CPDF_Object* GetDirect() const;
- FX_BOOL IsModified() const { return FALSE; }
void Release();
virtual CFX_ByteString GetString() const;