Code

Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of canvas...
[inkscape.git] / src / live_effects / lpe-lattice.cpp
index 8630c9cfa4898bac43994fde6fce481bf1cd5abf..74f032fd4e4c2e1e23e869351924a769592c5e4a 100644 (file)
@@ -236,6 +236,7 @@ LPELattice::resetDefaults(SPItem * item)
     grid_point15[Geom::Y] = 2.0/3*boundingbox_Y.max()+1.0/3*boundingbox_Y.min();
 }
 
+/**
 void
 LPELattice::addHelperPathsImpl(SPLPEItem *lpeitem, SPDesktop *desktop)
 {
@@ -288,6 +289,7 @@ LPELattice::addHelperPathsImpl(SPLPEItem *lpeitem, SPDesktop *desktop)
 
     c->unref();
 }
+**/
 
 /* ######################## */