summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-02 23:08:10 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-02 23:08:21 +0300
commit060edd0d612ff8be1dd43284fd5469e6e47e93c6 (patch)
tree5842b7dc1703b7e3b4460b778049152b34e7f1e5 /include
parent403de4add1193c54e6b4387485fd8eab0c3c00bb (diff)
more optimal tab control resizer
Diffstat (limited to 'include')
-rw-r--r--include/m_gui.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index 98f75a2d46..67ea96ae4b 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -1225,20 +1225,7 @@ private:
HIMAGELIST m_hIml;
CDlgBase *m_pActivePage;
- struct TPageInfo : public MZeroedObject
- {
- ~TPageInfo()
- {
- if (m_hIcon)
- DestroyIcon(m_hIcon);
- }
-
- int m_pageId;
- ptrW m_ptszHeader;
- HICON m_hIcon;
- BOOL m_bChanged;
- CDlgBase *m_pDlg;
- };
+ struct TPageInfo;
void InsertPage(TPageInfo *pPage);
void ShowPage(CDlgBase *pDlg);