Salome HOME
Update unit-tests for SketchPlugin. Test case for the Projection has been added
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintDistance.h
index 4edc829a48010b0b5930652df41e0013afcaab39..ef9e3eb1a506e6eaaa98a944130b628fcb7f9c7d 100644 (file)
@@ -47,11 +47,6 @@ class SketchPlugin_ConstraintDistance : public SketchPlugin_ConstraintBase
   /// \brief Creates a new part document if needed
   SKETCHPLUGIN_EXPORT virtual void execute();
 
-  /// Computes the attribute value on the base of other attributes if the value can be computed
-  /// \param theAttributeId an attribute index to be computed
-  /// \return a boolean value about it is computed
-  SKETCHPLUGIN_EXPORT virtual bool compute(const std::string& theAttributeId);
-
   /// \brief Request for initialization of data model of the feature: adding all attributes
   SKETCHPLUGIN_EXPORT virtual void initAttributes();