From 14c356f7b506bd3b9f8e2535c17ba7336b7df0f9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 20 May 2015 20:31:45 +0000 Subject: CDlgBase::m_first && CCtrlBase::m_next removed git-svn-id: http://svn.miranda-ng.org/main/trunk@13724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_gui.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/m_gui.h') diff --git a/include/m_gui.h b/include/m_gui.h index fe2a0e66a3..ffa03bbdb6 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -292,8 +292,6 @@ protected: enum { CLOSE_ON_OK = 0x1, CLOSE_ON_CANCEL = 0x2 }; BYTE m_autoClose; // automatically close dialog on IDOK/CANCEL commands. default: CLOSE_ON_OK|CLOSE_ON_CANCEL - CCtrlBase* m_first; - // override this handlers to provide custom functionality // general messages virtual void OnInitDialog() { } @@ -377,7 +375,6 @@ public: protected: HWND m_hwnd; // must be the first data item int m_idCtrl; - CCtrlBase* m_next; CDlgBase* m_parentWnd; bool m_bChanged; -- cgit v1.2.3