Code

Fix LPEs and break mask transform undo
[inkscape.git] / src / live_effects / effect.cpp
index 9232792f68426f4ba15a6b4f69d63051769ae3dd..dfa9fe6b2b0e2d80c9902f1ea7c6ca361767869b 100644 (file)
@@ -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)
 {