diff options
author | Nico Weber <thakis@chromium.org> | 2014-07-30 19:00:31 -0700 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2014-07-30 19:00:31 -0700 |
commit | 55681f9c135c978cf4ca525dc1d26ff330e83029 (patch) | |
tree | 247345a0fb6748af9b868151b1ea59f742e91ba6 /fpdfsdk/include/formfiller | |
parent | ec570e5f77986f6013ea42741001be5a3fcf47a7 (diff) | |
download | pdfium-55681f9c135c978cf4ca525dc1d26ff330e83029.tar.xz |
Remove a few unused variables, functions, and member variables.
No intended behavior change.
BUG=pdfium:29
R=bo_xu@foxitsoftware.com
Review URL: https://codereview.chromium.org/426763003
Diffstat (limited to 'fpdfsdk/include/formfiller')
-rw-r--r-- | fpdfsdk/include/formfiller/FFL_Notify.h | 1 | ||||
-rw-r--r-- | fpdfsdk/include/formfiller/FFL_TextField.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_Notify.h b/fpdfsdk/include/formfiller/FFL_Notify.h index c729b7452b..cabc1aa113 100644 --- a/fpdfsdk/include/formfiller/FFL_Notify.h +++ b/fpdfsdk/include/formfiller/FFL_Notify.h @@ -45,7 +45,6 @@ private: FX_BOOL ExecuteActionTree(CPDF_AAction::AActionType eAAT, CPDF_Action & action, FX_BOOL& bExit); FX_BOOL ExecuteAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action,FX_BOOL& bExit); - CFFL_FormFiller * m_pFormFiller; FX_BOOL m_bDoActioning; FX_INT32 m_nNotifyFlag; }; diff --git a/fpdfsdk/include/formfiller/FFL_TextField.h b/fpdfsdk/include/formfiller/FFL_TextField.h index d2808e99c7..3a5fd688b0 100644 --- a/fpdfsdk/include/formfiller/FFL_TextField.h +++ b/fpdfsdk/include/formfiller/FFL_TextField.h @@ -25,9 +25,6 @@ public: virtual void Redo(); virtual CFX_WideString GetDescr(); virtual void Release(); - -private: - CPWL_Edit* m_pEdit; }; struct FFL_TextFieldState |