]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_Selection.cpp
Salome HOME
Task 2.2.5: Highlight all results if a shape of a one result is preselected
[modules/shaper.git] / src / XGUI / XGUI_Selection.cpp
index b3815aa530de635f45f26b1e7d8c8aab99d5abe1..3073bf450d83146ead97e6151fff677a75850fc2 100644 (file)
@@ -143,7 +143,6 @@ void XGUI_Selection::fillPresentation(ModuleBase_ViewerPrsPtr& thePrs,
                                       const Handle(SelectMgr_EntityOwner)& theOwner) const
 {
   thePrs->setOwner(theOwner);
-  Handle(SelectMgr_SelectableObject) aSelectable = theOwner->Selectable();
   Handle(AIS_InteractiveObject) anIO =
                            Handle(AIS_InteractiveObject)::DownCast(theOwner->Selectable());
   thePrs->setInteractive(anIO);