]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomValidators/GeomValidators_ShapeType.h
Salome HOME
Revert "Issue #2593: CEA 2018-2 Geometrical Naming"
[modules/shaper.git] / src / GeomValidators / GeomValidators_ShapeType.h
index 0606cd411235d36e110dfb60a8b10399b0f42694..daf9fda38d230c7d73c38e318c4a809baea31e59 100644 (file)
@@ -83,7 +83,6 @@ protected:
   /// \param[out] theError error message.
   bool isValidObject(const ObjectPtr& theObject,
                      const TypeOfShape theShapeType,
-                     const bool theIsGeometricalSelection,
                      Events_InfoMessage& theError) const;
 
   /// Returns true if the attibute's object type satisfies the argument value
@@ -92,7 +91,6 @@ protected:
   /// \param[out] theError error message.
   bool isValidShape(const GeomShapePtr theShape,
                     const TypeOfShape theShapeType,
-                    const bool theIsGeometricalSelection,
                     Events_InfoMessage& theError) const;
 
 };