Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2478)

Unified Diff: core/include/fpdfapi/fpdf_parser.h

Issue 1168503003: Kill unused IPDF_ classes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/include/fpdfapi/fpdf_parser.h
diff --git a/core/include/fpdfapi/fpdf_parser.h b/core/include/fpdfapi/fpdf_parser.h
index 34568e79ca8fda2b1e09b74ffa2e9bdd3cdc7c03..d18d362ec0b436e58f31cd3816a559be32f82002 100644
--- a/core/include/fpdfapi/fpdf_parser.h
+++ b/core/include/fpdfapi/fpdf_parser.h
@@ -51,12 +51,6 @@ class CFX_PrivateData;
// 'R' - otherwise.
extern const char PDF_CharType[256];
-class IPDF_EnumPageHandler
-{
-public:
- virtual ~IPDF_EnumPageHandler() { }
- virtual FX_BOOL EnumPage(CPDF_Dictionary* pPageDict) = 0;
-};
class CPDF_Document : public CFX_PrivateData, public CPDF_IndirectObjects
{
public:
@@ -92,8 +86,6 @@ public:
int GetPageIndex(FX_DWORD objnum);
- void EnumPages(IPDF_EnumPageHandler* pHandler);
Tom Sepez 2015/06/02 22:19:27 note: only reference to IPDF_EnumPageHandler, and
-
FX_DWORD GetUserPermissions(FX_BOOL bCheckRevision = FALSE) const;
FX_BOOL IsOwner() const;

Powered by Google App Engine
This is Rietveld 408576698