summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/formfiller/FFL_TextField.h
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/include/formfiller/FFL_TextField.h
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/include/formfiller/FFL_TextField.h')
-rw-r--r--fpdfsdk/include/formfiller/FFL_TextField.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_TextField.h b/fpdfsdk/include/formfiller/FFL_TextField.h
index 0329a9d722..10bd5c0e43 100644
--- a/fpdfsdk/include/formfiller/FFL_TextField.h
+++ b/fpdfsdk/include/formfiller/FFL_TextField.h
@@ -60,10 +60,6 @@ public:
virtual FX_BOOL CanCut(CPDFSDK_Document* pDocument);
virtual FX_BOOL CanPaste(CPDFSDK_Document* pDocument);
- virtual void DoCopy(CPDFSDK_Document* pDocument);
- virtual void DoCut(CPDFSDK_Document* pDocument);
- virtual void DoPaste(CPDFSDK_Document* pDocument);
-
private:
CBA_FontMap* m_pFontMap;
FFL_TextFieldState m_State;