From e2b9f78d271e5fea988138d49020e704e72c83b1 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 8 Dec 2009 03:21:08 +0100 Subject: Fix LPEs and break mask transform undo (bzr r8846.2.3) --- src/live_effects/effect.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 9232792f6..dfa9fe6b2 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -664,13 +664,6 @@ Effect::resetDefaults(SPItem * /*item*/) } } -void -Effect::setup_nodepath(Inkscape::NodePath::Path *np) -{ - np->helperpath_rgba = 0xff0000ff; - np->helperpath_width = 1.0; -} - void Effect::transform_multiply(Geom::Matrix const& postmul, bool set) { -- cgit v1.2.3 From f542649162d6060f1f10513cc25e56c0f2736a13 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Thu, 24 Dec 2009 03:35:23 +0100 Subject: Remove remnants of old node tool (bzr r8846.2.6) --- src/live_effects/effect.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index dfa9fe6b2..d53048c76 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -28,7 +28,6 @@ #include "tools-switch.h" #include "message-stack.h" #include "desktop.h" -#include "nodepath.h" #include "knotholder.h" #include "live_effects/lpeobject.h" -- cgit v1.2.3 From 2e928d07bea3954f5fbca8f09de7f7567a39310c Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 14 Feb 2010 23:04:05 +0100 Subject: remove obsolete TODO comment that has been done already (bzr r9086.1.2) --- src/live_effects/effect.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index d53048c76..f761a6a7c 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -673,7 +673,6 @@ Effect::transform_multiply(Geom::Matrix const& postmul, bool set) } } -// TODO: take _all_ parameters into account, not only PointParams bool Effect::providesKnotholder() { -- cgit v1.2.3