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_ComboBox.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_ComboBox.h')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_ComboBox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h index 9860483aca..b174f022b8 100644 --- a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h +++ b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h @@ -65,7 +65,6 @@ class CPWL_ComboBox : public CPWL_Wnd { CPDF_Rect GetFocusRect() const override; void SetFocus() override; void KillFocus() override; - FX_BOOL IsModified() const override; void SetFillerNotify(IPWL_Filler_Notify* pNotify); |