summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/fsdk_mgr.h
diff options
context:
space:
mode:
authortonikitoo <tonikitoo@igalia.com>2016-08-25 07:42:15 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-25 07:42:15 -0700
commite5cbb33e2d6db82c2904dae689eb38b7a4587297 (patch)
treef51bfcc5bbaf90e3f7f8512366e64e329d5ca412 /fpdfsdk/include/fsdk_mgr.h
parentdbb6266b8b87746fc3241ad6802289da6fb10114 (diff)
downloadpdfium-e5cbb33e2d6db82c2904dae689eb38b7a4587297.tar.xz
Drop CPDFSDK_PageView::Annot_HasAppearance
Method is unused and misplaced (it should be in CPF_Annot if actually needed). Review-Url: https://codereview.chromium.org/2278613003
Diffstat (limited to 'fpdfsdk/include/fsdk_mgr.h')
-rw-r--r--fpdfsdk/include/fsdk_mgr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h
index a93f9da64a..a0adf04823 100644
--- a/fpdfsdk/include/fsdk_mgr.h
+++ b/fpdfsdk/include/fsdk_mgr.h
@@ -555,7 +555,6 @@ class CPDFSDK_PageView final : public CPDF_Page::View {
return m_pSDKDoc->KillFocusAnnot(nFlag);
}
void KillFocusAnnotIfNeeded();
- FX_BOOL Annot_HasAppearance(CPDF_Annot* pAnnot);
CPDFSDK_Annot* AddAnnot(CPDF_Dictionary* pDict);
CPDFSDK_Annot* AddAnnot(const FX_CHAR* lpSubType, CPDF_Dictionary* pDict);