diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-13 10:55:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-13 10:55:49 -0700 |
commit | a2919b31197737d35e4e1df53b02f7ee7cb4cf5e (patch) | |
tree | 18cf18a9081ba48d35e218279d017a6be688f029 /fpdfsdk/pdfwindow/PWL_EditCtrl.h | |
parent | 38506d3334fe114fb386ea9b719d432ff1760e42 (diff) | |
download | pdfium-a2919b31197737d35e4e1df53b02f7ee7cb4cf5e.tar.xz |
Remove RichText support from fpdfsdk/fxedit.
This CL removes the support code for RichText from fxedit as it is currently unused.
Review-Url: https://codereview.chromium.org/2146503002
Diffstat (limited to 'fpdfsdk/pdfwindow/PWL_EditCtrl.h')
-rw-r--r-- | fpdfsdk/pdfwindow/PWL_EditCtrl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/pdfwindow/PWL_EditCtrl.h b/fpdfsdk/pdfwindow/PWL_EditCtrl.h index a8de08aaa6..b21c480b7d 100644 --- a/fpdfsdk/pdfwindow/PWL_EditCtrl.h +++ b/fpdfsdk/pdfwindow/PWL_EditCtrl.h @@ -138,8 +138,6 @@ class CPWL_EditCtrl : public CPWL_Wnd, public IFX_Edit_Notify { const CFX_FloatPoint& ptHead, const CFX_FloatPoint& ptFoot, const CPVT_WordPlace& place) override; - void IOnCaretChange(const CPVT_SecProps& secProps, - const CPVT_WordProps& wordProps) override; void IOnContentChange(const CFX_FloatRect& rcContent) override; void IOnInvalidateRect(CFX_FloatRect* pRect) override; |