summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_xfaannothandler.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_xfaannothandler.cpp
parent156de02596e91490bf2432686d0d3c91a5c1a26e (diff)
downloadpdfium-cae6bdfff7e409312f2f88548be5b30abfa84147.tar.xz
Remove unused IPDFSDK_AnnotHandler::GetName().
Review-Url: https://codereview.chromium.org/2276953003
Diffstat (limited to 'fpdfsdk/cpdfsdk_xfaannothandler.cpp')
-rw-r--r--fpdfsdk/cpdfsdk_xfaannothandler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/fpdfsdk/cpdfsdk_xfaannothandler.cpp b/fpdfsdk/cpdfsdk_xfaannothandler.cpp
index 94f6f4abdc..2f4599da5d 100644
--- a/fpdfsdk/cpdfsdk_xfaannothandler.cpp
+++ b/fpdfsdk/cpdfsdk_xfaannothandler.cpp
@@ -29,10 +29,6 @@ CFX_ByteString CPDFSDK_XFAAnnotHandler::GetType() {
return FSDK_XFAWIDGET_TYPENAME;
}
-CFX_ByteString CPDFSDK_XFAAnnotHandler::GetName() {
- return "XFAWidgetHandler";
-}
-
FX_BOOL CPDFSDK_XFAAnnotHandler::CanAnswer(CPDFSDK_Annot* pAnnot) {
return !!pAnnot->GetXFAWidget();
}