]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Unused variable was removed.
authorsan <san@opencascade.com>
Fri, 12 Aug 2011 06:48:55 +0000 (06:48 +0000)
committersan <san@opencascade.com>
Fri, 12 Aug 2011 06:48:55 +0000 (06:48 +0000)
src/Qtx/QtxMenu.cxx

index f39f205f3fff2252c322a5d7222b84eecc986f50..632a80324362ca78ab233782df8fd133839b9bdb 100644 (file)
@@ -1222,9 +1222,6 @@ void QtxMenu::expandMenu()
     return;
 
   QSet<QAction*> set = actions().toSet();
-
-  ActionList bakList = myActionBackup;
-
   for ( ActionList::iterator itr = myActionBackup.begin(); itr != myActionBackup.end(); ++itr )
   {
     QAction* a = *itr;