diff options
Diffstat (limited to 'fpdfsdk/include')
-rw-r--r-- | fpdfsdk/include/formfiller/FFL_Notify.h | 1 | ||||
-rw-r--r-- | fpdfsdk/include/formfiller/FFL_TextField.h | 3 | ||||
-rw-r--r-- | fpdfsdk/include/javascript/app.h | 1 | ||||
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_Note.h | 1 |
4 files changed, 0 insertions, 6 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 diff --git a/fpdfsdk/include/javascript/app.h b/fpdfsdk/include/javascript/app.h index 6273a7d4c0..671b3581a5 100644 --- a/fpdfsdk/include/javascript/app.h +++ b/fpdfsdk/include/javascript/app.h @@ -167,7 +167,6 @@ public: private: bool m_bCalculate; - CJS_Runtime* m_pRuntime; bool m_bRuntimeHighLight; CFX_ArrayTemplate<CJS_Timer*> m_aTimer; diff --git a/fpdfsdk/include/pdfwindow/PWL_Note.h b/fpdfsdk/include/pdfwindow/PWL_Note.h index 7cc9e04ba9..b3f73581b1 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Note.h +++ b/fpdfsdk/include/pdfwindow/PWL_Note.h @@ -347,7 +347,6 @@ private: CPDF_Rect m_rcCaption; FX_BOOL m_bEnalbleNotify; IPopup_Note* m_pPopupNote; - IPWL_NoteHandler* m_pNoteHandler; CFX_WideString m_sReplyString; }; |