summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-06 00:27:58 +0000
committerJabiertxof <jtx@jtx>2017-05-06 00:27:58 +0000
commit575d7a8f668987ea8395643a2c89a848ba527483 (patch)
treebee13e25fd7a20aac00cbb3b127d6b776c682984 /src/live_effects
parentUpdate to trunk (diff)
downloadinkscape-575d7a8f668987ea8395643a2c89a848ba527483.tar.gz
inkscape-575d7a8f668987ea8395643a2c89a848ba527483.zip
Updating code to trunk
(bzr r13645.1.176)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-fillet-chamfer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live_effects/lpe-fillet-chamfer.cpp b/src/live_effects/lpe-fillet-chamfer.cpp
index b9e96cb72..abb6fa9d2 100644
--- a/src/live_effects/lpe-fillet-chamfer.cpp
+++ b/src/live_effects/lpe-fillet-chamfer.cpp
@@ -305,7 +305,6 @@ void LPEFilletChamfer::doBeforeEffect(SPLPEItem const *lpeItem)
} else {
satellites_param.setHelperSize(helper_size);
}
- std::vector<size_t> selected_nodes_index;
size_t index = 0;
for (size_t i = 0; i < satellites.size(); ++i) {
for (size_t j = 0; j < satellites[i].size(); ++j) {