diff options
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r-- | src/PatchageCanvas.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index af46615..cf536ba 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -45,6 +45,7 @@ public: PatchagePort* find_port(const PortID& id); void remove_module(const std::string& name); + void remove_module(PatchageModule* module); PatchagePort* find_port_by_name(const std::string& client_name, const std::string& port_name); @@ -74,8 +75,6 @@ public: private: Patchage* _app; - bool remove_item(FlowCanvasNode* i); - bool on_event(GdkEvent* ev); bool on_connection_event(FlowCanvas::Edge* c, GdkEvent* ev); |