summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/satellitearray.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-05-09 18:34:01 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-05-09 18:34:01 +0000
commit36bc16fc9772ce0271eb5ec62e2c03cb1038282e (patch)
treec13d992c952bd21bc00c393d80bfe31c3b35284e /src/live_effects/parameter/satellitearray.cpp
parentprevent overflow index on a pathinfo function (diff)
parentFix Doxyfile (diff)
downloadinkscape-36bc16fc9772ce0271eb5ec62e2c03cb1038282e.tar.gz
inkscape-36bc16fc9772ce0271eb5ec62e2c03cb1038282e.zip
update to trunk
(bzr r13645.1.85)
Diffstat (limited to 'src/live_effects/parameter/satellitearray.cpp')
-rw-r--r--src/live_effects/parameter/satellitearray.cpp14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/live_effects/parameter/satellitearray.cpp b/src/live_effects/parameter/satellitearray.cpp
index 0e42c23c5..b0b036962 100644
--- a/src/live_effects/parameter/satellitearray.cpp
+++ b/src/live_effects/parameter/satellitearray.cpp
@@ -58,21 +58,11 @@ void SatelliteArrayParam::setPointwise(Geom::Pointwise *pointwise)
param_set_and_write_new_value(_last_pointwise->getSatellites());
}
-void SatelliteArrayParam::setDocumentUnit(Glib::ustring value_document_unit)
-{
- _documentUnit = value_document_unit;
-}
-
void SatelliteArrayParam::setUseDistance(bool use_knot_distance)
{
_use_distance = use_knot_distance;
}
-void SatelliteArrayParam::setUnit(const gchar *abbr)
-{
- _unit = abbr;
-}
-
void SatelliteArrayParam::setEffectType(EffectType et)
{
_effectType = et;
@@ -460,8 +450,8 @@ void FilletChamferKnotHolderEntity::knot_click(guint state)
: false;
}
Inkscape::UI::Dialogs::FilletChamferPropertiesDialog::showDialog(
- this->desktop, amount, this, _pparam->_unit, _pparam->_use_distance,
- aprox, _pparam->_documentUnit, _pparam->_vector.at(index));
+ this->desktop, amount, this, _pparam->_use_distance,
+ aprox, _pparam->_vector.at(index));
}
}