X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintCoincidence.cpp;h=e052d1acee3838ab90e0b28e60d8ce68018a0238;hb=47d69c6e766821c1296c5147a6248ae49020c7dd;hp=6cd5c1b582cb3c36798bf6e5726285dd2d2fca38;hpb=b0d10e4fe5527272a309faf421f3650258b0ff83;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp b/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp index 6cd5c1b58..e052d1ace 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp +++ b/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp @@ -22,9 +22,3 @@ void SketchPlugin_ConstraintCoincidence::execute() { } -const boost::shared_ptr& SketchPlugin_ConstraintCoincidence::preview() -{ - /// \todo Preview for point coincidence - return getPreview(); -} -