summaryrefslogtreecommitdiffstats
path: root/slv2/world.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-04 01:37:51 +0000
committerDavid Robillard <d@drobilla.net>2011-02-04 01:37:51 +0000
commit5b8c788cc4a42f9424d5cca7ca46ceb3cb427af7 (patch)
tree1c7f67590c255d27ae587ed27e026cae1d2958bf /slv2/world.h
parentcded478d952f14fee667e5ba9407923b17daaa65 (diff)
downloadlilv-5b8c788cc4a42f9424d5cca7ca46ceb3cb427af7.tar.gz
lilv-5b8c788cc4a42f9424d5cca7ca46ceb3cb427af7.tar.bz2
lilv-5b8c788cc4a42f9424d5cca7ca46ceb3cb427af7.zip
Drop librdf in favour of serd/sord.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2895 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/world.h')
-rw-r--r--slv2/world.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/slv2/world.h b/slv2/world.h
index a241ac8..f370ded 100644
--- a/slv2/world.h
+++ b/slv2/world.h
@@ -23,7 +23,6 @@
extern "C" {
#endif
-#include <redland.h>
#include "slv2/collections.h"
/** \defgroup slv2_world Global library state
@@ -55,13 +54,6 @@ SLV2World
slv2_world_new();
-/** Initialize a new, empty world, using an existing Redland context.
- */
-SLV2_API
-SLV2World
-slv2_world_new_using_rdf_world(librdf_world* world);
-
-
/** Destroy the world, mwahaha.
*
* NB: Destroying the world will leave dangling references in any plugin lists,