summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_form.h
diff options
context:
space:
mode:
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;