summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-06-14 15:02:20 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-06-14 15:02:20 +0000
commit9f0c5f6c387b155ad6a864c202eafff27f1280a6 (patch)
treee0cfaa0ac816be73d960e09a8cf006b1751b355b /src/live_effects/effect.cpp
parentUpdate to experimental r13389 (diff)
parentRemoved original path helper paths pointed by LiamW (diff)
downloadinkscape-9f0c5f6c387b155ad6a864c202eafff27f1280a6.tar.gz
inkscape-9f0c5f6c387b155ad6a864c202eafff27f1280a6.zip
Update to experimental r13402
(bzr r13090.1.82)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 4157e14d7..e51fb186e 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -580,14 +580,6 @@ Effect::getCanvasIndicators(SPLPEItem const* lpeitem)
{
std::vector<Geom::PathVector> hp_vec;
- // TODO: we can probably optimize this by using a lot more references
- // rather than copying PathVectors all over the place
- if (SP_IS_SHAPE(lpeitem) && show_orig_path) {
- // add original path to helperpaths
- SPCurve* curve = SP_SHAPE(lpeitem)->getCurve ();
- hp_vec.push_back(curve->get_pathvector());
- }
-
// add indicators provided by the effect itself
addCanvasIndicators(lpeitem, hp_vec);