summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-30 00:25:08 +0000
committerDavid Robillard <d@drobilla.net>2011-01-30 00:25:08 +0000
commite89d73df3cf29c9813d3818cb96c873c65b8b8e4 (patch)
treec0f523c17a0652225c0adc7182a1fcafaea56f2e /src/slv2_internal.h
parente0c3f426f0b7b40cdb9c65f99ac77f4974f086a8 (diff)
downloadlilv-e89d73df3cf29c9813d3818cb96c873c65b8b8e4.tar.gz
lilv-e89d73df3cf29c9813d3818cb96c873c65b8b8e4.tar.bz2
lilv-e89d73df3cf29c9813d3818cb96c873c65b8b8e4.zip
Remove (SPARQL-using) slv2_plugin_get_port_float_values (which was a query-specific optimization).
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2862 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 c76a11e..75559c4 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -83,9 +83,6 @@ void slv2_plugin_load(SLV2Plugin p);
void slv2_plugin_load_if_necessary(SLV2Plugin p);
void slv2_plugin_load_ports_if_necessary(SLV2Plugin p);
void slv2_plugin_free(SLV2Plugin plugin);
-void slv2_plugin_get_port_float_values(SLV2Plugin p,
- const char* qname,
- float* values);
librdf_stream* slv2_plugin_find_statements(SLV2Plugin plugin,
librdf_node* subject,