summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/satellitearray.cpp
diff options
context:
space:
mode:
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));
}
}