summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/formfiller/FFL_FormFiller.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-10-19 14:32:16 -0700
committerLei Zhang <thestig@chromium.org>2015-10-19 14:32:16 -0700
commita5b47041066011eb590a020bb38035442fce48af (patch)
tree5ded0a9c0c73ccd83681e3bd3007c7a6461c9a9a /fpdfsdk/include/formfiller/FFL_FormFiller.h
parentb0748bb1b207559deaec7a5f49c00c492a5f6082 (diff)
downloadpdfium-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/include/formfiller/FFL_FormFiller.h')
-rw-r--r--fpdfsdk/include/formfiller/FFL_FormFiller.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_FormFiller.h b/fpdfsdk/include/formfiller/FFL_FormFiller.h
index 352b695639..5cfa2b6878 100644
--- a/fpdfsdk/include/formfiller/FFL_FormFiller.h
+++ b/fpdfsdk/include/formfiller/FFL_FormFiller.h
@@ -103,8 +103,6 @@ class CFFL_FormFiller : public IPWL_Provider, public CPWL_TimerHandler {
virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
FX_BOOL bRestoreValue);
- virtual void OnKeyStroke(FX_BOOL bKeyDown, FX_DWORD nFlag);
-
CPDF_Matrix GetCurMatrix();
CPDF_Rect FFLtoPWL(const CPDF_Rect& rect);