diff -r e0ec97ec3cc4 -r 98924d2efce9 stifui/qt/src/dlgoutput.cpp --- a/stifui/qt/src/dlgoutput.cpp Wed Jun 23 18:13:31 2010 +0300 +++ b/stifui/qt/src/dlgoutput.cpp Tue Jul 06 14:17:03 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