summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/satellitesarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/satellitesarray.h')
-rw-r--r--src/live_effects/parameter/satellitesarray.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/live_effects/parameter/satellitesarray.h b/src/live_effects/parameter/satellitesarray.h
index 0cebb9cb4..c6893f595 100644
--- a/src/live_effects/parameter/satellitesarray.h
+++ b/src/live_effects/parameter/satellitesarray.h
@@ -55,10 +55,9 @@ public:
}
void param_transform_multiply(Geom::Affine const &postmul, bool /*set*/);
void setUseDistance(bool use_knot_distance);
- void setPathUpdate(bool path_update);
void setEffectType(EffectType et);
void setPointwise(Pointwise pointwise);
- bool validData();
+ bool validData(size_t index, size_t subindex);
void set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color);
friend class FilletChamferKnotHolderEntity;
@@ -77,7 +76,6 @@ private:
Geom::PathVector _hp;
int _helper_size;
bool _use_distance;
- bool _path_update;
EffectType _effectType;
Pointwise _last_pointwise;