From 07c3b4ce3ed385368147bd4f2e058f83d9064b0d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Feb 2007 19:19:31 +0000 Subject: Removed data type stuff from SLV2. Reworked event system in FlowCanvas to use signals. Added straight connections and arrowheads to FlowCanvas, Ellipse fixes. git-svn-id: http://svn.drobilla.net/lad/slv2@293 a436a847-0d15-0410-975c-d299462d15a1 --- hosts/lv2_jack_host.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'hosts') diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c index 638c420..6f72449 100644 --- a/hosts/lv2_jack_host.c +++ b/hosts/lv2_jack_host.c @@ -181,8 +181,6 @@ create_port(struct JackHost* host, slv2_instance_connect_port(host->instance, port_index, NULL); - char* type_str = slv2_port_get_data_type(host->plugin, port->id); - /* Get the port symbol (label) for console printing */ char* symbol = slv2_port_get_symbol(host->plugin, port->id); @@ -224,7 +222,6 @@ create_port(struct JackHost* host, } free(symbol); - free(type_str); } -- cgit v1.2.1