Salome HOME
Issue #2602: Check selection with validators before its using.
[modules/shaper.git] / src / GeomValidators / GeomValidators_MinObjectsSelected.cpp
index 6b615acaccaac3775097ba82f2faf8466ea844a7..8a7d171db46265395473cb69ce87cd13a9887850 100644 (file)
@@ -55,10 +55,3 @@ bool GeomValidators_MinObjectsSelected::isValid(const std::shared_ptr<ModelAPI_F
 
   return true;
 }
-
-//================================================================================================
-bool GeomValidators_MinObjectsSelected::isNotObligatory(std::string theFeature,
-                                                        std::string theAttribute)
-{
-  return false;
-}