summaryrefslogtreecommitdiffstats
path: root/src/snapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/snapper.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/snapper.cpp b/src/snapper.cpp
index 096a224d1..1daa1d151 100644
--- a/src/snapper.cpp
+++ b/src/snapper.cpp
@@ -172,11 +172,10 @@ void Inkscape::Snapper::constrainedSnap(SnappedConstraints &sc,
*/
void Inkscape::Snapper::constrainedSnap(SnappedConstraints &sc,
-
PointType const &t,
NR::Point const &p,
bool const &first_point,
- std::vector<NR::Point> &points_to_snap,
+ std::vector<NR::Point> &points_to_snap,
ConstraintLine const &c,
std::list<SPItem const *> const &it) const
{