diff -r 65b472535a0d -r d40e813b23c0 stifui/qt/src/dlgoutput.cpp --- a/stifui/qt/src/dlgoutput.cpp Mon Jun 21 15:41:16 2010 +0300 +++ b/stifui/qt/src/dlgoutput.cpp Thu Jul 15 18:39:46 2010 +0300 @@ -69,8 +69,6 @@ void DlgOutput::CloseItem(QString index) { - int u = tabList.keys().indexOf(index); - delete tabList.value(index); tabList.remove(index); if (tabMain->count() == 0) @@ -141,3 +139,4 @@ } +// End of File