Salome HOME
updated copyright message
[modules/shaper.git] / src / ModuleBase / ModuleBase_IPropertyPanel.cpp
index cd8b25c401d5ac5bf1537b5e3b4aed2fe1632f59..299e2b236c18ecd4a3f4d9642f29e33c27398848 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
@@ -61,7 +61,6 @@ ModuleBase_ModelWidget* ModuleBase_IPropertyPanel::findFirstAcceptingValueWidget
 
   ModuleBase_ModelWidget* aWgt;
   QList<ModuleBase_ModelWidget*>::const_iterator aWIt;
-  bool isOffToolBox = false;
   for (aWIt = theWidgets.begin(); aWIt != theWidgets.end() && !aFirstWidget; ++aWIt) {
     aWgt = (*aWIt);
     if (!aValidators->isCase(aWgt->feature(), aWgt->attributeID()))