Code

* Implement node snapping.
[inkscape.git] / src / ui / tool / multi-path-manipulator.h
index 4fbbf1b054415dd798f60c2616e843285b7e5c2a..46ad3a8d22f054b81863c9a90f9347c70340714d 100644 (file)
@@ -45,13 +45,8 @@ public:
     void cleanup();
 
     void selectSubpaths();
-    void selectAll();
-    void selectArea(Geom::Rect const &area, bool take);
     void shiftSelection(int dir);
-    void spatialGrow(NodeList::iterator center, int dir);
-    void invertSelection();
     void invertSelectionInSubpaths();
-    void deselect();
 
     void setNodeType(NodeType t);
     void setSegmentType(SegmentType t);