stifui/qt/src/dlgoutput.cpp
branchRCL_3
changeset 19 d40e813b23c0
parent 13 822c625f7adc
--- 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