diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-08 14:57:48 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-08 14:57:48 -0800 |
commit | b8e1ab27372cdb5d8c83e57e004032f0d72715db (patch) | |
tree | 718888980718f0b0f5e8d283f91713bdb0712c70 /fpdfsdk/include/pdfwindow/PWL_EditCtrl.h | |
parent | 111d8db83ac04d15bd8d879e7dad4651ee8e27e9 (diff) | |
download | pdfium-b8e1ab27372cdb5d8c83e57e004032f0d72715db.tar.xz |
Merge to XFA: Remove a bunch of dead code.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1567333003 .
(cherry picked from commit 4a24ad858484ecdf9b49481e63060e4d476cf1c7)
Review URL: https://codereview.chromium.org/1569783007 .
Diffstat (limited to 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_EditCtrl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h b/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h index 284de9ed7f..0d5c931148 100644 --- a/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h +++ b/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h @@ -117,7 +117,6 @@ class CPWL_EditCtrl : public CPWL_Wnd, public IFX_Edit_Notify { void SetFontSize(FX_FLOAT fFontSize) override; FX_FLOAT GetFontSize() const override; void SetCursor() override; - FX_BOOL IsModified() const override; protected: // IFX_Edit_Notify |