summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-05 23:48:39 +0000
committerDavid Robillard <d@drobilla.net>2011-12-05 23:48:39 +0000
commit3fed69e2ebb44d369a1226aa68fd2d4b2cf34d1c (patch)
treed4d440486152a32f35274b66b4e6e8e12d7277c7 /src/PatchageCanvas.hpp
parent997b406e7d71e335c62e7e1f5f0f87303b121b17 (diff)
downloadpatchage-3fed69e2ebb44d369a1226aa68fd2d4b2cf34d1c.tar.gz
patchage-3fed69e2ebb44d369a1226aa68fd2d4b2cf34d1c.tar.bz2
patchage-3fed69e2ebb44d369a1226aa68fd2d4b2cf34d1c.zip
Remove cruft.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3811 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r--src/PatchageCanvas.hpp3
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);