diff options
Diffstat (limited to 'protocols/IRCG/src/ui_utils.cpp')
-rw-r--r-- | protocols/IRCG/src/ui_utils.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IRCG/src/ui_utils.cpp b/protocols/IRCG/src/ui_utils.cpp index b86263dbfd..2e6943b123 100644 --- a/protocols/IRCG/src/ui_utils.cpp +++ b/protocols/IRCG/src/ui_utils.cpp @@ -38,9 +38,6 @@ CDlgBase::CDlgBase(int idDialog, HWND hwndParent) : CDlgBase::~CDlgBase()
{
- // remove handlers
- m_controls.destroy();
-
if (m_hwnd)
DestroyWindow(m_hwnd);
}
|