diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-12-08 02:21:08 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2009-12-08 02:21:08 +0000 |
| commit | e2b9f78d271e5fea988138d49020e704e72c83b1 (patch) | |
| tree | d5c1c53cefce4a2f126718cdf2d95707309446e5 /src/live_effects/lpe-spiro.cpp | |
| parent | Fix mask editing behavior on undo and outline display for masks/clips; (diff) | |
| download | inkscape-e2b9f78d271e5fea988138d49020e704e72c83b1.tar.gz inkscape-e2b9f78d271e5fea988138d49020e704e72c83b1.zip | |
Fix LPEs and break mask transform undo
(bzr r8846.2.3)
Diffstat (limited to 'src/live_effects/lpe-spiro.cpp')
| -rw-r--r-- | src/live_effects/lpe-spiro.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/live_effects/lpe-spiro.cpp b/src/live_effects/lpe-spiro.cpp index 794fd980e..087b88351 100644 --- a/src/live_effects/lpe-spiro.cpp +++ b/src/live_effects/lpe-spiro.cpp @@ -116,14 +116,6 @@ LPESpiro::~LPESpiro() } void -LPESpiro::setup_nodepath(Inkscape::NodePath::Path *np) -{ - Effect::setup_nodepath(np); - sp_nodepath_show_handles(np, false); -// sp_nodepath_show_helperpath(np, false); -} - -void LPESpiro::doEffect(SPCurve * curve) { using Geom::X; |
