summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_form.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-21 06:54:54 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-21 06:54:54 -0800
commit88cb0a32586cae4d00654c679dbb41fa0133c3e5 (patch)
tree1fae2367864f592b70c0215a6596c7db80fc5420 /xfa/fwl/core/ifwl_form.h
parentaa17f57127d053c037b3011d33109cd3c150155e (diff)
downloadpdfium-88cb0a32586cae4d00654c679dbb41fa0133c3e5.tar.xz
Remove unread m_InfoStart from IFWL_Form.
The m_InfoStart variable has values set but never read. Removed. Review-Url: https://codereview.chromium.org/2513673002
Diffstat (limited to 'xfa/fwl/core/ifwl_form.h')
-rw-r--r--xfa/fwl/core/ifwl_form.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/xfa/fwl/core/ifwl_form.h b/xfa/fwl/core/ifwl_form.h
index c71bb1816e..013ef92a52 100644
--- a/xfa/fwl/core/ifwl_form.h
+++ b/xfa/fwl/core/ifwl_form.h
@@ -55,14 +55,6 @@ class CFWL_SysBtn {
uint32_t m_dwState;
};
-struct RestoreInfo {
- RestoreInfo();
- ~RestoreInfo();
-
- CFX_PointF m_ptStart;
- CFX_SizeF m_szStart;
-};
-
class CFWL_MsgMouse;
class CFWL_NoteLoop;
class IFWL_Widget;
@@ -144,7 +136,6 @@ class IFWL_Form : public IFWL_Widget {
CFWL_SysBtn* m_pCaptionBox;
std::unique_ptr<CFWL_NoteLoop> m_pNoteLoop;
IFWL_Widget* m_pSubFocus;
- RestoreInfo m_InfoStart;
FX_FLOAT m_fCXBorder;
FX_FLOAT m_fCYBorder;
int32_t m_iCaptureBtn;