From 31bb8269c26a781036448ed8f8cd93cc84fb2118 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Sun, 29 Nov 2009 16:33:18 +0100 Subject: First GSoC node tool commit to Bazaar (bzr r8846.1.1) --- src/shape-editor.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/shape-editor.h') 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 editors; - - SPNodeContext *nc; // who holds us -}; - #endif -- cgit v1.2.3