summaryrefslogtreecommitdiffstats
path: root/src/snap.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2009-06-20 14:10:21 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2009-06-20 14:10:21 +0000
commitb4cec3ce59153efa8a30e103a7c69506671b9fdf (patch)
tree3c8fff0b0f6a2c9774bb694c7e7c2c48a259009e /src/snap.h
parentWhen ungrouping, apply the correct transformation to a linked offset (fixes b... (diff)
downloadinkscape-b4cec3ce59153efa8a30e103a7c69506671b9fdf.tar.gz
inkscape-b4cec3ce59153efa8a30e103a7c69506671b9fdf.zip
Remove an unused parameter from the snapping API
(bzr r8119)
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;