]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_OperationFeature.cpp
Salome HOME
Providing Action class to have a common approach to start/finish/abort model transact...
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationFeature.cpp
index ff49f71454cfc80d42835df98295220ff4ca8d28..2c00e35430b5ae8278fd6df69a0ec090ecc03d95 100755 (executable)
@@ -348,8 +348,3 @@ void ModuleBase_OperationFeature::setPropertyPanel(ModuleBase_IPropertyPanel* th
     theProp->activateNextWidget(NULL);
   }
 }
-
-bool ModuleBase_OperationFeature::isGranted(QString theId) const
-{
-  return myNestedFeatures.contains(theId);
-}