Code

* Implement node snapping.
[inkscape.git] / src / ui / tool / path-manipulator.h
index 82ce7fd5d3e560689936299f7634f49af49fe779..99e183b4530c656ecca0c4ab9ec929394ab974e6 100644 (file)
@@ -64,11 +64,7 @@ public:
     SPPath *item() { return _path; }
 
     void selectSubpaths();
-    void selectAll();
-    void selectArea(Geom::Rect const &);
     void shiftSelection(int dir);
-    void linearGrow(NodeList::iterator center, int dir);
-    void invertSelection();
     void invertSelectionInSubpaths();
 
     void insertNodes();