Salome HOME
Move generation of AIS presentation into SketchPlugin
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintCoincidence.cpp
index 6cd5c1b582cb3c36798bf6e5726285dd2d2fca38..e052d1acee3838ab90e0b28e60d8ce68018a0238 100644 (file)
@@ -22,9 +22,3 @@ void SketchPlugin_ConstraintCoincidence::execute()
 {
 }
 
-const boost::shared_ptr<GeomAPI_Shape>&  SketchPlugin_ConstraintCoincidence::preview()
-{
-  /// \todo Preview for point coincidence
-  return getPreview();
-}
-