diff options
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 |
