From 6cac05b2ed5ad262328c836ee7f8daf184210eaf Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 21 Apr 2018 17:24:09 +0200 Subject: Remove some documents updates --- src/object/sp-spiral.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/object/sp-spiral.cpp') diff --git a/src/object/sp-spiral.cpp b/src/object/sp-spiral.cpp index 21ffbcc1e..ce5bda9a9 100644 --- a/src/object/sp-spiral.cpp +++ b/src/object/sp-spiral.cpp @@ -410,7 +410,6 @@ Geom::Affine SPSpiral::set_transform(Geom::Affine const &xform) // Adjust livepatheffect if (hasPathEffect() && pathEffectsEnabled()) { this->adjust_livepatheffect(xform); - this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG); } return xform; } @@ -455,8 +454,6 @@ Geom::Affine SPSpiral::set_transform(Geom::Affine const &xform) // Adjust livepatheffect this->adjust_livepatheffect(xform); - this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG); - return ret; } -- cgit v1.2.3