diff options
Diffstat (limited to 'core/fpdfdoc/cpdf_pagelabel.h')
-rw-r--r-- | core/fpdfdoc/cpdf_pagelabel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fpdfdoc/cpdf_pagelabel.h b/core/fpdfdoc/cpdf_pagelabel.h index 4570e97b7a..473485dc45 100644 --- a/core/fpdfdoc/cpdf_pagelabel.h +++ b/core/fpdfdoc/cpdf_pagelabel.h @@ -18,8 +18,6 @@ class CPDF_PageLabel { ~CPDF_PageLabel(); Optional<WideString> GetLabel(int nPage) const; - int32_t GetPageByLabel(const ByteStringView& bsLabel) const; - int32_t GetPageByLabel(const WideStringView& wsLabel) const; private: UnownedPtr<CPDF_Document> const m_pDocument; |