summaryrefslogtreecommitdiffstats
path: root/ganv/module.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-11 03:49:32 +0000
committerDavid Robillard <d@drobilla.net>2012-01-11 03:49:32 +0000
commit5efc7ae9c304d7e01cc00291e0857ced7d3582ba (patch)
tree95952f5f1e49a3c6190291add106e96d90a11c86 /ganv/module.h
parentb666782d06fc2cd9fe810b3fdbf13cc3949f6927 (diff)
downloadganv-5efc7ae9c304d7e01cc00291e0857ced7d3582ba.tar.gz
ganv-5efc7ae9c304d7e01cc00291e0857ced7d3582ba.tar.bz2
ganv-5efc7ae9c304d7e01cc00291e0857ced7d3582ba.zip
Fix crash on shutdown and item deletion.
Use Item add and remove virtual methods for adding/removing ports instead of special explicit functions. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3933 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv/module.h')
-rw-r--r--ganv/module.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ganv/module.h b/ganv/module.h
index 7520722..16c5258 100644
--- a/ganv/module.h
+++ b/ganv/module.h
@@ -61,10 +61,6 @@ GanvPort*
ganv_module_get_port(GanvModule* module,
guint index);
-void
-ganv_module_add_port(GanvModule* module,
- GanvPort* port);
-
double
ganv_module_get_empty_port_breadth(const GanvModule* module);