From 5b8c788cc4a42f9424d5cca7ca46ceb3cb427af7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 4 Feb 2011 01:37:51 +0000 Subject: Drop librdf in favour of serd/sord. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2895 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/world.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'slv2') 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 #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, -- cgit v1.2.1