stifui/qt/src/dlgoutput.cpp
changeset 31 e7a04a6385be
parent 26 41ebde60981f
--- a/stifui/qt/src/dlgoutput.cpp	Thu Jun 17 15:34:52 2010 +0300
+++ b/stifui/qt/src/dlgoutput.cpp	Thu Jun 24 14:55:55 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