summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-11-29 19:05:54 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2009-11-29 19:05:54 +0000
commit2642ea862ab9749236d41ca96f109b46e27af9ce (patch)
treec714ce9b38e9b75680b61e7e0992aa2ab40e2584 /src/shape-editor.h
parentDeprecation warning fix on xcf export (diff)
parentFirst GSoC node tool commit to Bazaar (diff)
downloadinkscape-2642ea862ab9749236d41ca96f109b46e27af9ce.tar.gz
inkscape-2642ea862ab9749236d41ca96f109b46e27af9ce.zip
GSoC node tool
(bzr r8846.2.1)
Diffstat (limited to 'src/shape-editor.h')
-rw-r--r--src/shape-editor.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index 98dbb35d7..6f0907fb9 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -147,26 +147,6 @@ private:
Inkscape::XML::Node *nodepath_listener_attached_for;
};
-
-/* As the next stage, this will be a collection of multiple ShapeEditors,
-with the same interface as the single ShapeEditor, passing the actions to all its
-contained ShapeEditors. Thus it should be easy to switch node context from
-using a single ShapeEditor to using a ShapeEditorsCollective. */
-
-class ShapeEditorsCollective {
-public:
-
- ShapeEditorsCollective(SPDesktop *desktop);
- ~ShapeEditorsCollective();
-
- void update_statusbar();
-
-private:
- std::vector<ShapeEditor> editors;
-
- SPNodeContext *nc; // who holds us
-};
-
#endif