diff options
author | Lei Zhang <thestig@chromium.org> | 2015-06-22 15:09:03 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-06-22 15:09:03 -0700 |
commit | f2d3911ce1a07812d75e7671e038d0922a823528 (patch) | |
tree | 35e61bf737e33fe5fba31d37ebe0f845fdd05409 /fpdfsdk/src/formfiller/FFL_TextField.cpp | |
parent | 59d60a587180cb6bbd49d4e739fb6ccd2b15d4d2 (diff) | |
download | pdfium-f2d3911ce1a07812d75e7671e038d0922a823528.tar.xz |
Cleanup: Remove dead formfiller code.
R=jam@chromium.org
Review URL: https://codereview.chromium.org/1196853002.
Diffstat (limited to 'fpdfsdk/src/formfiller/FFL_TextField.cpp')
-rw-r--r-- | fpdfsdk/src/formfiller/FFL_TextField.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fpdfsdk/src/formfiller/FFL_TextField.cpp b/fpdfsdk/src/formfiller/FFL_TextField.cpp index ff3bcafbd1..ed155fbf3b 100644 --- a/fpdfsdk/src/formfiller/FFL_TextField.cpp +++ b/fpdfsdk/src/formfiller/FFL_TextField.cpp @@ -361,20 +361,6 @@ FX_BOOL CFFL_TextField::CanPaste(CPDFSDK_Document* pDocument) return FALSE; } -void CFFL_TextField::DoCopy(CPDFSDK_Document* pDocument) -{ - -} - -void CFFL_TextField::DoCut(CPDFSDK_Document* pDocument) -{ -} - -void CFFL_TextField::DoPaste(CPDFSDK_Document* pDocument) -{ - -} - void CFFL_TextField::OnAddUndo(CPWL_Edit* pEdit) { } |