From 013b60b9f180a1bc0ee43799c6259ff5864fbf81 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Cenoz Date: Fri, 13 Jun 2014 23:04:00 +0200 Subject: Removed original path helper paths pointed by LiamW (bzr r13341.1.61) --- src/live_effects/effect.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/live_effects/effect.cpp') 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 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); -- cgit v1.2.3