summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-02-16 23:23:51 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-02-16 23:23:51 +0000
commite6e262b34c193502d1f9be44324515bf8c861d47 (patch)
treec1042635d22ce5958933475be5984c413f9894c7 /src/live_effects/parameter
parentupdate to trunk (diff)
downloadinkscape-e6e262b34c193502d1f9be44324515bf8c861d47.tar.gz
inkscape-e6e262b34c193502d1f9be44324515bf8c861d47.zip
starting fillet/chamfer
(bzr r13645.1.15)
Diffstat (limited to 'src/live_effects/parameter')
-rw-r--r--src/live_effects/parameter/array.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live_effects/parameter/array.h b/src/live_effects/parameter/array.h
index c99777b08..8145d62a3 100644
--- a/src/live_effects/parameter/array.h
+++ b/src/live_effects/parameter/array.h
@@ -115,7 +115,6 @@ protected:
void writesvgData(SVGOStringStream &str, std::pair<int, Geom::Satellite> const &nVector) const {
str << nVector.first;
str << ",";
- std::map<Geom::SatelliteType, gchar const *> stg = nVector.second.SatelliteTypeToGcharMap;
str << nVector.second.getSatelliteTypeGchar();
str << "*";
str << nVector.second.getIsTime();