diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-19 14:32:16 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-19 14:32:16 -0700 |
commit | a5b47041066011eb590a020bb38035442fce48af (patch) | |
tree | 5ded0a9c0c73ccd83681e3bd3007c7a6461c9a9a /fpdfsdk/src/formfiller/FFL_FormFiller.cpp | |
parent | b0748bb1b207559deaec7a5f49c00c492a5f6082 (diff) | |
download | pdfium-a5b47041066011eb590a020bb38035442fce48af.tar.xz |
Merge to XFA: Remove dead code that was reactivated when fixing overrides.
BUG=pdfium:205
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1409743004 .
(cherry picked from commit 9ddafc82bddb984ae46ee0df801ba20b446d5158)
Review URL: https://codereview.chromium.org/1411423002 .
Diffstat (limited to 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp')
-rw-r--r-- | fpdfsdk/src/formfiller/FFL_FormFiller.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/src/formfiller/FFL_FormFiller.cpp b/fpdfsdk/src/formfiller/FFL_FormFiller.cpp index 30a297dd68..b6224294df 100644 --- a/fpdfsdk/src/formfiller/FFL_FormFiller.cpp +++ b/fpdfsdk/src/formfiller/FFL_FormFiller.cpp @@ -602,8 +602,6 @@ IFX_SystemHandler* CFFL_FormFiller::GetSystemHandler() const { return m_pApp->GetSysHandler(); } -void CFFL_FormFiller::OnKeyStroke(FX_BOOL bKeyDown, FX_DWORD nFlag) {} - void CFFL_FormFiller::EscapeFiller(CPDFSDK_PageView* pPageView, FX_BOOL bDestroyPDFWindow) { m_bValid = FALSE; |