Salome HOME
Avoid crash if there is no parent of selection attribute.
[modules/shaper.git] / src / GeomValidators / GeomValidators_MinObjectsSelected.h
index d1bbd45cdc60124d1afe486712fdc74d6866faf6..a1146189f25ffa9c6192b051d0016a2514102c34 100644 (file)
@@ -39,10 +39,6 @@ public:
   GEOMVALIDATORS_EXPORT virtual bool isValid(const std::shared_ptr<ModelAPI_Feature>& theFeature,
                                              const std::list<std::string>& theArguments,
                                              Events_InfoMessage& theError) const;
-
-  /// \return true if the attribute in feature is not obligatory for the feature execution.
-  GEOMVALIDATORS_EXPORT virtual bool isNotObligatory(std::string theFeature,
-                                                     std::string theAttribute);
 };
 
 #endif