summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/formfiller/FFL_ComboBox.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-06-22 15:09:03 -0700
committerLei Zhang <thestig@chromium.org>2015-06-22 15:09:03 -0700
commitf2d3911ce1a07812d75e7671e038d0922a823528 (patch)
tree35e61bf737e33fe5fba31d37ebe0f845fdd05409 /fpdfsdk/src/formfiller/FFL_ComboBox.cpp
parent59d60a587180cb6bbd49d4e739fb6ccd2b15d4d2 (diff)
downloadpdfium-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_ComboBox.cpp')
-rw-r--r--fpdfsdk/src/formfiller/FFL_ComboBox.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/fpdfsdk/src/formfiller/FFL_ComboBox.cpp b/fpdfsdk/src/formfiller/FFL_ComboBox.cpp
index ed38144429..5618e8a62b 100644
--- a/fpdfsdk/src/formfiller/FFL_ComboBox.cpp
+++ b/fpdfsdk/src/formfiller/FFL_ComboBox.cpp
@@ -376,21 +376,6 @@ FX_BOOL CFFL_ComboBox::CanPaste(CPDFSDK_Document* pDocument)
return FALSE;
}
-void CFFL_ComboBox::DoCopy(CPDFSDK_Document* pDocument)
-{
- ASSERT(pDocument != NULL);
-}
-
-void CFFL_ComboBox::DoCut(CPDFSDK_Document* pDocument)
-{
- ASSERT(pDocument != NULL);
-}
-
-void CFFL_ComboBox::DoPaste(CPDFSDK_Document* pDocument)
-{
- ASSERT(pDocument != NULL);
-}
-
void CFFL_ComboBox::OnAddUndo(CPWL_Edit* pEdit)
{
ASSERT(pEdit != NULL);