X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_Validator.h;h=a2c8af67abe69d060c96f75bcb140f12376753e4;hb=8a8b9b4ba20d4758dc2ae5ade0359b8bb2772986;hp=e40e05536bbb58755672bb7329e52c7b24efeeb7;hpb=6bd91d6692dfbfa6462e4b6463ff113ad51b3782;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_Validator.h b/src/ModelAPI/ModelAPI_Validator.h index e40e05536..a2c8af67a 100644 --- a/src/ModelAPI/ModelAPI_Validator.h +++ b/src/ModelAPI/ModelAPI_Validator.h @@ -128,12 +128,6 @@ class MODELAPI_EXPORT ModelAPI_ValidatorsFactory /// Returns true if the attribute must be checked (the case is selected) virtual bool isCase(FeaturePtr theFeature, std::string theAttribute) = 0; - /// Register the selection attribute as geometrical selection - virtual void registerGeometricalSelection(std::string theFeature, std::string theAttribute) = 0; - - /// Returns true if the attribute is a geometrical selection - virtual bool isGeometricalSelection(std::string theFeature, std::string theAttribute) = 0; - protected: /// Get instance from Session ModelAPI_ValidatorsFactory()