summaryrefslogtreecommitdiffstats
path: root/slv2/world.h
diff options
context:
space:
mode:
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,