diff options
Diffstat (limited to 'fpdfsdk/src/formfiller/FFL_TextField.cpp')
-rw-r--r-- | fpdfsdk/src/formfiller/FFL_TextField.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fpdfsdk/src/formfiller/FFL_TextField.cpp b/fpdfsdk/src/formfiller/FFL_TextField.cpp index 38d74f065c..a1c7d78d6a 100644 --- a/fpdfsdk/src/formfiller/FFL_TextField.cpp +++ b/fpdfsdk/src/formfiller/FFL_TextField.cpp @@ -314,10 +314,4 @@ 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) {} |