diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-06-20 14:10:21 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-06-20 14:10:21 +0000 |
| commit | b4cec3ce59153efa8a30e103a7c69506671b9fdf (patch) | |
| tree | 3c8fff0b0f6a2c9774bb694c7e7c2c48a259009e /src/knot-holder-entity.h | |
| parent | When ungrouping, apply the correct transformation to a linked offset (fixes b... (diff) | |
| download | inkscape-b4cec3ce59153efa8a30e103a7c69506671b9fdf.tar.gz inkscape-b4cec3ce59153efa8a30e103a7c69506671b9fdf.zip | |
Remove an unused parameter from the snapping API
(bzr r8119)
Diffstat (limited to 'src/knot-holder-entity.h')
| -rw-r--r-- | src/knot-holder-entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knot-holder-entity.h b/src/knot-holder-entity.h index 7414f3d45..c8fd29ddf 100644 --- a/src/knot-holder-entity.h +++ b/src/knot-holder-entity.h @@ -58,7 +58,7 @@ public: //private: Geom::Point snap_knot_position(Geom::Point const &p); - Geom::Point snap_knot_position_constrained(Geom::Point const &p, Inkscape::Snapper::ConstraintLine const &constraint, bool const snap_projection); + Geom::Point snap_knot_position_constrained(Geom::Point const &p, Inkscape::Snapper::ConstraintLine const &constraint); SPKnot *knot; SPItem *item; |
