diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2012-12-08 20:29:18 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2012-12-08 20:29:18 +0000 |
| commit | d0d3e7f80dafc80e47c9a95bf31c14283010a2c2 (patch) | |
| tree | a2705cd0294898538f6d9627e758262a1d1dadaf /src/selection.h | |
| parent | German translation update (diff) | |
| download | inkscape-d0d3e7f80dafc80e47c9a95bf31c14283010a2c2.tar.gz inkscape-d0d3e7f80dafc80e47c9a95bf31c14283010a2c2.zip | |
Selector tool: improve responsiveness for snapping a path's internal intersections (was unbearable already for paths having 20+ segments)
(bzr r11937)
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/selection.h b/src/selection.h index 168c70dd4..85e06a5c6 100644 --- a/src/selection.h +++ b/src/selection.h @@ -267,12 +267,6 @@ public: std::vector<Inkscape::SnapCandidatePoint> getSnapPoints(SnapPreferences const *snapprefs) const; /** - * Gets the snap points of a selection that form a convex hull. - * @return Selection's convex hull points - */ - std::vector<Inkscape::SnapCandidatePoint> getSnapPointsConvexHull(SnapPreferences const *snapprefs) const; - - /** * Connects a slot to be notified of selection changes. * * This method connects the given slot such that it will |
