Salome HOME
Update unit-tests for SketchPlugin. Test case for the Projection has been added
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintBase.cpp
index 3dd0b92242df83e7874aa4a449b89c84891bee33..47ce81f8767b472e421772a257acdd999c0b3b11 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 // File:    SketchPlugin_ConstraintBase.cpp
 // Created: 08 May 2014
 // Author:  Artem ZHIDKOV
@@ -19,8 +21,3 @@ void SketchPlugin_ConstraintBase::move(const double theDeltaX, const double theD
 
 }
 
-double SketchPlugin_ConstraintBase::distanceToPoint(
-    const std::shared_ptr<GeomAPI_Pnt2d>& thePoint)
-{
-  return 0;
-}