From d2ca87e3f2b8e38222f9c2a9f3235e4d270528c7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Jan 2011 21:40:26 +0000 Subject: Remove all use of, and API support for, SPARQL. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2875 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index af748bb..35a8f12 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -279,11 +279,6 @@ void slv2_scale_point_free(SLV2ScalePoint point); /* ********* Query Results********* */ -struct _SLV2Results { - SLV2World world; - librdf_query_results* rdf_results; -}; - SLV2Values slv2_values_from_stream_i18n(SLV2Plugin p, librdf_stream* stream); -- cgit v1.2.1