From cd0ade6f77b1a3e7c340a05bc6cb448f52e9bb96 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 22 Dec 2015 17:07:03 -0800 Subject: Cleanup: Remove some dead code in CPWL_Note. TBR=ochang@chromium.org Review URL: https://codereview.chromium.org/1544953002 . --- fpdfsdk/include/pdfwindow/PWL_Note.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'fpdfsdk/include/pdfwindow/PWL_Note.h') diff --git a/fpdfsdk/include/pdfwindow/PWL_Note.h b/fpdfsdk/include/pdfwindow/PWL_Note.h index 0edb1e3437..9946f4473d 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Note.h +++ b/fpdfsdk/include/pdfwindow/PWL_Note.h @@ -307,12 +307,6 @@ class CPWL_Note : public CPWL_NoteItem { CFX_WideString GetReplyString() const; void SetReplyString(const CFX_WideString& string); - // 0-normal / 1-caption / 2-leftbottom corner / 3-rightbottom corner / 4-close - // / 5-options - int32_t NoteHitTest(const CPDF_Point& point) const; - CPDF_Rect GetCaptionRect() const { return m_rcCaption; } - IPopup_Note* GetPopupNote() const { return m_pPopupNote; } - // CPWL_NoteItem void SetSubjectName(const CFX_WideString& sName) override; void SetAuthorName(const CFX_WideString& sName) override; @@ -350,9 +344,7 @@ class CPWL_Note : public CPWL_NoteItem { IPWL_NoteNotify* m_pNoteNotify; FX_BOOL m_bResizing; PWL_SCROLL_INFO m_OldScrollInfo; - CPDF_Rect m_rcCaption; - FX_BOOL m_bEnalbleNotify; - IPopup_Note* m_pPopupNote; + FX_BOOL m_bEnableNotify; CFX_WideString m_sReplyString; }; -- cgit v1.2.3