summaryrefslogtreecommitdiffstats
path: root/src/snap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snap.h')
-rw-r--r--src/snap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/snap.h b/src/snap.h
index 10a85de75..866775789 100644
--- a/src/snap.h
+++ b/src/snap.h
@@ -93,7 +93,6 @@ public:
Geom::Point &p,
Inkscape::SnapSourceType const source_type,
Inkscape::Snapper::ConstraintLine const &constraint,
- bool snap_projection, //try snapping the projection of p onto the constraint line, not p itself
bool first_point = true,
Geom::OptRect const &bbox_to_snap = Geom::OptRect()) const;
@@ -101,8 +100,7 @@ public:
Geom::Point const &p,
Inkscape::SnapSourceType const &source_type,
Inkscape::Snapper::ConstraintLine const &constraint,
- bool const snap_projection,
- bool first_point = true,
+ bool first_point = true,
Geom::OptRect const &bbox_to_snap = Geom::OptRect()) const;
void guideFreeSnap(Geom::Point &p, Geom::Point const &guide_normal) const;