diff options
Diffstat (limited to 'fpdfsdk/cpdfsdk_bfannothandler.cpp')
-rw-r--r-- | fpdfsdk/cpdfsdk_bfannothandler.cpp | 4 |
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) |