summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/cpdfsdk_bfannothandler.h
diff options
context:
space:
mode:
authorjaepark <jaepark@google.com>2016-08-25 06:40:56 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-25 06:40:56 -0700
commitcae6bdfff7e409312f2f88548be5b30abfa84147 (patch)
treee9b043a8a1c29a1bffb9d87b0aeeb6e3907920d7 /fpdfsdk/include/cpdfsdk_bfannothandler.h
parent156de02596e91490bf2432686d0d3c91a5c1a26e (diff)
downloadpdfium-cae6bdfff7e409312f2f88548be5b30abfa84147.tar.xz
Remove unused IPDFSDK_AnnotHandler::GetName().
Review-Url: https://codereview.chromium.org/2276953003
Diffstat (limited to 'fpdfsdk/include/cpdfsdk_bfannothandler.h')
-rw-r--r--fpdfsdk/include/cpdfsdk_bfannothandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/include/cpdfsdk_bfannothandler.h b/fpdfsdk/include/cpdfsdk_bfannothandler.h
index 1fbc13ceee..be7e79279d 100644
--- a/fpdfsdk/include/cpdfsdk_bfannothandler.h
+++ b/fpdfsdk/include/cpdfsdk_bfannothandler.h
@@ -29,7 +29,6 @@ class CPDFSDK_BFAnnotHandler : public IPDFSDK_AnnotHandler {
~CPDFSDK_BFAnnotHandler() override;
CFX_ByteString GetType() override;
- CFX_ByteString GetName() override;
FX_BOOL CanAnswer(CPDFSDK_Annot* pAnnot) override;
CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage) override;
#ifdef PDF_ENABLE_XFA