summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-06-13 21:04:00 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-06-13 21:04:00 +0000
commit013b60b9f180a1bc0ee43799c6259ff5864fbf81 (patch)
tree8dd7720c0ab0cf43e44adb77ce83d303b9465e9b /src
parentAllow symbol zooming independent of icon screen size. (diff)
downloadinkscape-013b60b9f180a1bc0ee43799c6259ff5864fbf81.tar.gz
inkscape-013b60b9f180a1bc0ee43799c6259ff5864fbf81.zip
Removed original path helper paths pointed by LiamW
(bzr r13341.1.61)
Diffstat (limited to 'src')
-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 eef954fe2..d0a168a14 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -514,14 +514,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);