diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2011-08-23 19:17:19 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2011-08-23 19:17:19 +0000 |
| commit | bc41980c93b8627b286daeb51bc29806a6c2b0f0 (patch) | |
| tree | ea9d915ced405201cea4a8ac2a68de4a60bd6610 /src/object-snapper.h | |
| parent | Filters. Filters clean-up again. (diff) | |
| download | inkscape-bc41980c93b8627b286daeb51bc29806a6c2b0f0.tar.gz inkscape-bc41980c93b8627b286daeb51bc29806a6c2b0f0.zip | |
1) Use the "snap guides" button both for guides being snap sources, as well as for guides being snap targets
2) Remove some redundant guide-snapping code from the object snapper,
(bzr r10576)
Diffstat (limited to 'src/object-snapper.h')
| -rw-r--r-- | src/object-snapper.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/object-snapper.h b/src/object-snapper.h index 00fb18923..b97ab827c 100644 --- a/src/object-snapper.h +++ b/src/object-snapper.h @@ -9,7 +9,7 @@ * Carl Hetherington <inkscape@carlh.net> * Diederik van Lierop <mail@diedenrezi.nl> * - * Copyright (C) 2005 - 2008 Authors + * Copyright (C) 2005 - 2011 Authors * * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -33,15 +33,6 @@ public: ObjectSnapper(SnapManager *sm, Geom::Coord const d); ~ObjectSnapper(); - void guideFreeSnap(SnappedConstraints &sc, - Geom::Point const &p, - Geom::Point const &guide_normal) const; - - void guideConstrainedSnap(SnappedConstraints &sc, - Geom::Point const &p, - Geom::Point const &guide_normal, - SnapConstraint const &c) const; - bool ThisSnapperMightSnap() const; Geom::Coord getSnapperTolerance() const; //returns the tolerance of the snapper in screen pixels (i.e. independent of zoom) |
