Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / ModuleBase / ModuleBase_IPropertyPanel.cpp
index a3ba9012a1afad3bd0b127ed05c442d55de630fb..ece81f88fd97b8e9ceec59275c2e0f87ff38c25c 100644 (file)
@@ -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()))