| Index: fpdfsdk/fsdk_baseannot.cpp
|
| diff --git a/fpdfsdk/fsdk_baseannot.cpp b/fpdfsdk/fsdk_baseannot.cpp
|
| index 4d0cc590738746badca3a2ea81e3536ffd9b1086..37791ac34312a82a88cb1b3c419c9a4d98749861 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) ||
|
|
|