]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Constraint.h
Salome HOME
It replaces direct names of constraints to the specific kind.
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Constraint.h
index bfa5db79e61597ffb19171d5ad34f41ac40a9862..dcb0a3c792e4d9a160110fa0c0ff227b79589ca7 100644 (file)
@@ -49,10 +49,6 @@ const std::string CONSTRAINT_ATTRIBUTES[CONSTRAINT_ATTR_SIZE] =
 class SketchPlugin_Constraint: public SketchPlugin_Feature
 {
 public:
-  /// \brief Returns the kind of a feature
-  SKETCHPLUGIN_EXPORT virtual const std::string& getKind()
-  {static std::string MY_KIND = "SketchConstraint"; return MY_KIND;}
-
   /// \brief Returns to which group in the document must be added feature
   SKETCHPLUGIN_EXPORT virtual const std::string& getGroup()
   {static std::string MY_GROUP = SKETCH_KIND; return MY_GROUP;}