diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_gui.h | 3 |
1 files changed, 0 insertions, 3 deletions
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;
|