stifui/qt/src/dlgoutput.cpp
changeset 35 98924d2efce9
parent 19 4b22a598b890
--- 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