summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-30 21:40:26 +0000
committerDavid Robillard <d@drobilla.net>2011-01-30 21:40:26 +0000
commitd2ca87e3f2b8e38222f9c2a9f3235e4d270528c7 (patch)
treea123a427159fe57f90d00d9d846b24b7e7f283e8 /src/slv2_internal.h
parent23ef7a21c277ba5e864748d8e61ff3e20054758f (diff)
downloadlilv-d2ca87e3f2b8e38222f9c2a9f3235e4d270528c7.tar.gz
lilv-d2ca87e3f2b8e38222f9c2a9f3235e4d270528c7.tar.bz2
lilv-d2ca87e3f2b8e38222f9c2a9f3235e4d270528c7.zip
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
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h5
1 files changed, 0 insertions, 5 deletions
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);