diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-20 15:12:39 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-20 15:12:39 -0700 |
commit | a4fbc2814c231da29104bb8922811127a59bd6e7 (patch) | |
tree | 69148339dca41f00cccd8c0c39958a4a07b95da4 /fpdfsdk/include/formfiller | |
parent | 19ae17578f99621100a26dac3e2c7c3dbf7c7cd1 (diff) | |
download | pdfium-a4fbc2814c231da29104bb8922811127a59bd6e7.tar.xz |
Remove Release() from IFX_Edit_UndoItem.
Also delete unused CFFL_Edit_UndoItem class.
BUG=https://code.google.com/p/pdfium/issues/detail?id=140
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1098043002
Diffstat (limited to 'fpdfsdk/include/formfiller')
-rw-r--r-- | fpdfsdk/include/formfiller/FFL_TextField.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_TextField.h b/fpdfsdk/include/formfiller/FFL_TextField.h index e31a9e5462..58ac5943eb 100644 --- a/fpdfsdk/include/formfiller/FFL_TextField.h +++ b/fpdfsdk/include/formfiller/FFL_TextField.h @@ -15,19 +15,6 @@ class CBA_FontMap; - -class CFFL_EditUndoItem -{ -public: - CFFL_EditUndoItem(CPWL_Edit* pEdit); - virtual ~CFFL_EditUndoItem(); - - virtual void Undo(); - virtual void Redo(); - virtual CFX_WideString GetDescr(); - virtual void Release(); -}; - struct FFL_TextFieldState { int nStart; @@ -79,9 +66,8 @@ public: private: CBA_FontMap* m_pFontMap; -// CBA_SpellCheck* m_pSpellCheck; FFL_TextFieldState m_State; -// CFFL_IM_BOX m_IMBox; + }; #endif // !defined(AFX_FFL_EDIT_H__8E0C9456_CBA2_4EFB_9F31_53C6D8C1A8AC__INCLUDED_) |