diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-08 14:32:23 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-08 14:32:23 -0800 |
commit | 4a24ad858484ecdf9b49481e63060e4d476cf1c7 (patch) | |
tree | 7e7a3cb34dc9fc12e4f1b19456e47f2a17898236 /fpdfsdk/include/pdfwindow/PWL_EditCtrl.h | |
parent | 149f1db8bba85bdf2b40d330c38f2478695ca0d5 (diff) | |
download | pdfium-4a24ad858484ecdf9b49481e63060e4d476cf1c7.tar.xz |
Remove a bunch of dead code.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1567333003 .
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 |