summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-03-12 01:27:02 +0000
committerDavid Robillard <d@drobilla.net>2010-03-12 01:27:02 +0000
commit0a18c35deb2dbc6efd4acd4a1ddc5c87b3887fb1 (patch)
tree1dc06da55503eda364794e47d0d6cd3a2af792d9 /src/slv2_internal.h
parent4204ee4da991e652f3142b5d90c37849052c9484 (diff)
downloadlilv-0a18c35deb2dbc6efd4acd4a1ddc5c87b3887fb1.tar.gz
lilv-0a18c35deb2dbc6efd4acd4a1ddc5c87b3887fb1.tar.bz2
lilv-0a18c35deb2dbc6efd4acd4a1ddc5c87b3887fb1.zip
Chop dead code.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2545 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 4202b92..9e3bdb5 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -50,7 +50,6 @@ struct _SLV2Port {
SLV2Port slv2_port_new(SLV2World world, uint32_t index, const char* symbol);
-//SLV2Port slv2_port_duplicate(SLV2Port port);
void slv2_port_free(SLV2Port port);
@@ -66,9 +65,7 @@ struct _SLV2Plugin {
SLV2Value plugin_uri;
SLV2Value bundle_uri; ///< Bundle directory plugin was loaded from
SLV2Value binary_uri; ///< lv2:binary
-//#ifdef SLV2_DYN_MANIFEST
SLV2Value dynman_uri; ///< dynamic manifest binary
-//#endif
SLV2PluginClass plugin_class;
raptor_sequence* data_uris; ///< rdfs::seeAlso
SLV2Port* ports;