Salome HOME
updated copyright message
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetFeatureSelector.cpp
index b1191bee9c4d2be24fe9974a367c02e97d5875d5..4acbe1dbb573c4c8218e8d5e262df335691f67bf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -98,7 +98,6 @@ ModuleBase_WidgetFeatureSelector::~ModuleBase_WidgetFeatureSelector()
 //********************************************************************
 bool ModuleBase_WidgetFeatureSelector::setSelectionCustom(const ModuleBase_ViewerPrsPtr& thePrs)
 {
-  ModuleBase_ISelection* aSelection = myWorkshop->selection();
   ObjectPtr anObject = ModelAPI_Feature::feature(thePrs->object());
   GeomShapePtr aShape;