X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomData%2FGeomData_Point2D.cpp;h=924f80f8ca32bafd745151d4505d4dfd3033ab91;hb=d22fc665c79c31c9eea0625e04c2e941adfdf7be;hp=08913436c7f757ec2261079c299c16abc9c49e55;hpb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;p=modules%2Fshaper.git diff --git a/src/GeomData/GeomData_Point2D.cpp b/src/GeomData/GeomData_Point2D.cpp index 08913436c..924f80f8c 100644 --- a/src/GeomData/GeomData_Point2D.cpp +++ b/src/GeomData/GeomData_Point2D.cpp @@ -21,7 +21,6 @@ void GeomData_Point2D::setValue(const double theX, const double theY) void GeomData_Point2D::setValue(const boost::shared_ptr& thePoint) { setValue(thePoint->x(), thePoint->y()); - owner()->data()->sendAttributeUpdated(this); } double GeomData_Point2D::x() const