summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_bfannothandler.cpp
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/cpdfsdk_bfannothandler.cpp
parent156de02596e91490bf2432686d0d3c91a5c1a26e (diff)
downloadpdfium-cae6bdfff7e409312f2f88548be5b30abfa84147.tar.xz
Remove unused IPDFSDK_AnnotHandler::GetName().
Review-Url: https://codereview.chromium.org/2276953003
Diffstat (limited to 'fpdfsdk/cpdfsdk_bfannothandler.cpp')
-rw-r--r--fpdfsdk/cpdfsdk_bfannothandler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/fpdfsdk/cpdfsdk_bfannothandler.cpp b/fpdfsdk/cpdfsdk_bfannothandler.cpp
index 0617e44299..4742e5d275 100644
--- a/fpdfsdk/cpdfsdk_bfannothandler.cpp
+++ b/fpdfsdk/cpdfsdk_bfannothandler.cpp
@@ -31,10 +31,6 @@ CFX_ByteString CPDFSDK_BFAnnotHandler::GetType() {
return CFX_ByteString("Widget");
}
-CFX_ByteString CPDFSDK_BFAnnotHandler::GetName() {
- return CFX_ByteString("WidgetHandler");
-}
-
FX_BOOL CPDFSDK_BFAnnotHandler::CanAnswer(CPDFSDK_Annot* pAnnot) {
ASSERT(pAnnot->GetType() == "Widget");
if (pAnnot->GetSubType() == BFFT_SIGNATURE)