aboutsummaryrefslogtreecommitdiffstats
path: root/serd
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-12-26 20:04:27 -0500
committerDavid Robillard <d@drobilla.net>2019-04-13 19:15:32 +0200
commit52a0e3cc05f0e865bd2652f5c956a853fb86dc0c (patch)
tree282ab6b6b84d3f04676a83eb4da84d3055643fa9 /serd
parent2330ba6051f113fb47b124b3187d3e17be1fc969 (diff)
downloadserd-52a0e3cc05f0e865bd2652f5c956a853fb86dc0c.tar.gz
serd-52a0e3cc05f0e865bd2652f5c956a853fb86dc0c.tar.bz2
serd-52a0e3cc05f0e865bd2652f5c956a853fb86dc0c.zip
Remove serd_reader_set_default_graph()
Diffstat (limited to 'serd')
-rw-r--r--serd/serd.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/serd/serd.h b/serd/serd.h
index 7b2bd815..cec5d8f9 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -1071,18 +1071,6 @@ serd_reader_add_blank_prefix(SerdReader* reader,
const char* prefix);
/**
- Set the URI of the default graph.
-
- If this is set, the reader will emit quads with the graph set to the given
- node for any statements that are not in a named graph (which is currently
- all of them since Serd currently does not support any graph syntaxes).
-*/
-SERD_API
-void
-serd_reader_set_default_graph(SerdReader* reader,
- const SerdNode* graph);
-
-/**
Prepare to read from the file at a local file `uri`.
*/
SERD_API