diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-03-29 23:52:42 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-03-29 23:52:42 +0000 |
| commit | a168040d5a452544328a1e6ad35aaac351f94d44 (patch) | |
| tree | fae1ba829f543a473da281bd5fa6e4deabbf6912 /src/selection.h | |
| parent | Removed function pointers from SPObject and subclasses. (diff) | |
| parent | Dutch translation update (diff) | |
| download | inkscape-a168040d5a452544328a1e6ad35aaac351f94d44.tar.gz inkscape-a168040d5a452544328a1e6ad35aaac351f94d44.zip | |
merged from trunk
(bzr r11608.1.56)
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/selection.h b/src/selection.h index 168c70dd4..10775dcb5 100644 --- a/src/selection.h +++ b/src/selection.h @@ -27,9 +27,10 @@ #include "sp-item.h" #include "snapped-point.h" +class SPDesktop; class SPItem; class SPBox3D; -class Persp3D; +struct Persp3D; namespace Inkscape { namespace XML { @@ -267,12 +268,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 |
