X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IPropertyPanel.cpp;fp=src%2FModuleBase%2FModuleBase_IPropertyPanel.cpp;h=ece81f88fd97b8e9ceec59275c2e0f87ff38c25c;hb=1dfcab3d738e427bea678317e167c587dfbff195;hp=a3ba9012a1afad3bd0b127ed05c442d55de630fb;hpb=a77927df4517b2ad5f55402ea7226a7ada49df18;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IPropertyPanel.cpp b/src/ModuleBase/ModuleBase_IPropertyPanel.cpp index a3ba9012a..ece81f88f 100644 --- a/src/ModuleBase/ModuleBase_IPropertyPanel.cpp +++ b/src/ModuleBase/ModuleBase_IPropertyPanel.cpp @@ -61,7 +61,6 @@ ModuleBase_ModelWidget* ModuleBase_IPropertyPanel::findFirstAcceptingValueWidget ModuleBase_ModelWidget* aWgt; QList::const_iterator aWIt; - bool isOffToolBox = false; for (aWIt = theWidgets.begin(); aWIt != theWidgets.end() && !aFirstWidget; ++aWIt) { aWgt = (*aWIt); if (!aValidators->isCase(aWgt->feature(), aWgt->attributeID()))