]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ContextMenuMgr.cpp
Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / XGUI / XGUI_ContextMenuMgr.cpp
index 2972b77c5f9f00827d77d80e5144365cdf37d1a5..8feca1f340912900ded52ea8c5db2c87e55a3059 100644 (file)
@@ -396,7 +396,6 @@ void XGUI_ContextMenuMgr::updateObjectBrowserMenu()
           // Check is selection continuous
           XGUI_DataModel* aModel = myWorkshop->objectBrowser()->dataModel();
           DocumentPtr aDoc = aMgr->activeDocument();
-          std::list<FeaturePtr> aFeatures = aSelMgr->getSelectedFeatures();
 
           bool isContinuos = true;
           if (aSelected > 1) {