diff options
author | David Robillard <d@drobilla.net> | 2009-06-03 23:45:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-06-03 23:45:17 +0000 |
commit | 27751d02ec3acf33169e2f670c39edc95f02cd8d (patch) | |
tree | 370104c9b169021c7c703745b48267f9cfea7847 /src/port.c | |
parent | 8d24600968fe0dc2306e3f92e598ffc0d9d4d6af (diff) | |
download | lilv-27751d02ec3acf33169e2f670c39edc95f02cd8d.tar.gz lilv-27751d02ec3acf33169e2f670c39edc95f02cd8d.tar.bz2 lilv-27751d02ec3acf33169e2f670c39edc95f02cd8d.zip |
Kludge around broken raptor_sequence_set_at.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2089 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/port.c')
-rw-r--r-- | src/port.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ slv2_port_new(SLV2World world, uint32_t index, const char* symbol) port->index = index; port->symbol = slv2_value_new(world, SLV2_VALUE_STRING, symbol); port->classes = slv2_values_new(); - //port->node_id = strdup(node_id); return port; } |