summaryrefslogtreecommitdiff
path: root/fpdfsdk/fsdk_baseannot.cpp
diff options
context:
space:
mode:
authorjaepark <jaepark@google.com>2016-08-03 18:38:42 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-03 18:38:42 -0700
commit39e0e14cb33fc59ecf9884e55c4a5b00260b2647 (patch)
tree728da214f26e7e08789f0c2d3f625246e72f50dc /fpdfsdk/fsdk_baseannot.cpp
parent6d5c56b44d1821a715f4496668373ac6d1f1d3c6 (diff)
downloadpdfium-39e0e14cb33fc59ecf9884e55c4a5b00260b2647.tar.xz
Remove unused method CPDFSDK_BAAnnot::CreateFormFiller.
Review-Url: https://codereview.chromium.org/2206283004
Diffstat (limited to 'fpdfsdk/fsdk_baseannot.cpp')
-rw-r--r--fpdfsdk/fsdk_baseannot.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/fpdfsdk/fsdk_baseannot.cpp b/fpdfsdk/fsdk_baseannot.cpp
index 4d0cc59073..37791ac343 100644
--- a/fpdfsdk/fsdk_baseannot.cpp
+++ b/fpdfsdk/fsdk_baseannot.cpp
@@ -826,9 +826,6 @@ void CPDFSDK_BAAnnot::WriteAppearance(const CFX_ByteString& sAPType,
FALSE);
}
-FX_BOOL CPDFSDK_BAAnnot::CreateFormFiller() {
- return TRUE;
-}
FX_BOOL CPDFSDK_BAAnnot::IsVisible() const {
uint32_t nFlags = GetFlags();
return !((nFlags & ANNOTFLAG_INVISIBLE) || (nFlags & ANNOTFLAG_HIDDEN) ||