diff options
author | jaepark <jaepark@google.com> | 2016-08-25 06:40:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-25 06:40:56 -0700 |
commit | cae6bdfff7e409312f2f88548be5b30abfa84147 (patch) | |
tree | e9b043a8a1c29a1bffb9d87b0aeeb6e3907920d7 /fpdfsdk/include/ipdfsdk_annothandler.h | |
parent | 156de02596e91490bf2432686d0d3c91a5c1a26e (diff) | |
download | pdfium-cae6bdfff7e409312f2f88548be5b30abfa84147.tar.xz |
Remove unused IPDFSDK_AnnotHandler::GetName().
Review-Url: https://codereview.chromium.org/2276953003
Diffstat (limited to 'fpdfsdk/include/ipdfsdk_annothandler.h')
-rw-r--r-- | fpdfsdk/include/ipdfsdk_annothandler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/include/ipdfsdk_annothandler.h b/fpdfsdk/include/ipdfsdk_annothandler.h index ac7be62bce..0dd1a93cc8 100644 --- a/fpdfsdk/include/ipdfsdk_annothandler.h +++ b/fpdfsdk/include/ipdfsdk_annothandler.h @@ -29,7 +29,6 @@ class IPDFSDK_AnnotHandler { virtual ~IPDFSDK_AnnotHandler() {} virtual CFX_ByteString GetType() = 0; - virtual CFX_ByteString GetName() = 0; virtual FX_BOOL CanAnswer(CPDFSDK_Annot* pAnnot) = 0; virtual CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage) = 0; |