X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Line.h;h=28d60dcd0ccab75233db146247cbfc8c9cc1a963;hb=3f01be441c3244407d583560f6c244187e8050dc;hp=7a23944ae6260d0ab8714a83579e07ea033e931a;hpb=4ddacde2a835dcba71074928bd8412e8ae9de57f;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Line.h b/src/SketchPlugin/SketchPlugin_Line.h index 7a23944ae..28d60dcd0 100644 --- a/src/SketchPlugin/SketchPlugin_Line.h +++ b/src/SketchPlugin/SketchPlugin_Line.h @@ -80,10 +80,6 @@ class SketchPlugin_Line : public SketchPlugin_SketchEntity, /// if message has selected object virtual std::string processEvent(const std::shared_ptr& theMessage); - /// Return the distance between the feature and the point - /// \param thePoint the point - double distanceToPoint(const std::shared_ptr& thePoint); - /// Called on change of any argument-attribute of this object SKETCHPLUGIN_EXPORT virtual void attributeChanged(const std::string& theID);