Salome HOME
Issue #251. Append Export/Import NewGeom commands in the SALOME desktop.
[modules/shaper.git] / src / GeomData / GeomData_Point2D.cpp
index 08913436c7f757ec2261079c299c16abc9c49e55..924f80f8ca32bafd745151d4505d4dfd3033ab91 100644 (file)
@@ -21,7 +21,6 @@ void GeomData_Point2D::setValue(const double theX, const double theY)
 void GeomData_Point2D::setValue(const boost::shared_ptr<GeomAPI_Pnt2d>& thePoint)
 {
   setValue(thePoint->x(), thePoint->y());
-  owner()->data()->sendAttributeUpdated(this);
 }
 
 double GeomData_Point2D::x() const