No need to disable as this is done when it's deleted anyway.

Originally committed to SVN as r4713.
This commit is contained in:
Amar Takhar 2010-07-25 17:34:17 +00:00
parent d3077c3b8b
commit e2d9241efd
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ LogWindow::LogWindow(wxWindow *parent)
/// @brief Destructor
LogWindow::~LogWindow() {
emit_log->Disable();
delete emit_log;
}