summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/pointparam-knotholder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/pointparam-knotholder.cpp')
-rw-r--r--src/live_effects/parameter/pointparam-knotholder.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/parameter/pointparam-knotholder.cpp b/src/live_effects/parameter/pointparam-knotholder.cpp
index a8d357415..06e527ffd 100644
--- a/src/live_effects/parameter/pointparam-knotholder.cpp
+++ b/src/live_effects/parameter/pointparam-knotholder.cpp
@@ -72,12 +72,13 @@ KnotHolderEntityPointParam::knot_get() {
}
void
-KnotHolderEntityPointParam::knot_set(NR::Point const &p, NR::Point const &origin, guint state) {
+KnotHolderEntityPointParam::knot_set(NR::Point const &/*p*/, NR::Point const &/*origin*/, guint /*state*/) {
}
void
PointParamKnotHolder::add_knot (
Geom::Point & p,
+// TODO: check if knot_click being ignored is bad:
PointParamKnotHolderClickedFunc knot_click,
SPKnotShapeType shape,
SPKnotModeType mode,