diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-18 06:49:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-18 06:49:48 -0700 |
commit | d8f397878b5cd83ba4b75b3e69331986357301b9 (patch) | |
tree | 821cfa765e8c413c4ade5dbfdfe9a90b776baabd /fpdfsdk/fxedit/include | |
parent | c1df5d4375027aa9d0b88f456f95177c016e8cad (diff) | |
download | pdfium-d8f397878b5cd83ba4b75b3e69331986357301b9.tar.xz |
Remove CFX_Edit_Refresh::Analyse
Unused method, removed.
Review-Url: https://codereview.chromium.org/2148353002
Diffstat (limited to 'fpdfsdk/fxedit/include')
-rw-r--r-- | fpdfsdk/fxedit/include/fxet_edit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/fxedit/include/fxet_edit.h b/fpdfsdk/fxedit/include/fxet_edit.h index 4287705592..e6253cb345 100644 --- a/fpdfsdk/fxedit/include/fxet_edit.h +++ b/fpdfsdk/fxedit/include/fxet_edit.h @@ -118,7 +118,6 @@ class CFX_Edit_Refresh { void BeginRefresh(); void Push(const CPVT_WordRange& linerange, const CFX_FloatRect& rect); void NoAnalyse(); - void Analyse(int32_t nAlignment); void AddRefresh(const CFX_FloatRect& rect); const CFX_Edit_RectArray* GetRefreshRects() const; void EndRefresh(); |