diff options
author | David Robillard <d@drobilla.net> | 2018-12-26 20:04:27 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-27 13:13:58 +0100 |
commit | 847e4c265ac82709058abc352169432fc2b6a43a (patch) | |
tree | 959637100894b720210b2d74af5df6a98ab518c3 /serd | |
parent | e2746ac58445ed1a774b545efab4a457bb6b5ac1 (diff) | |
download | serd-847e4c265ac82709058abc352169432fc2b6a43a.tar.gz serd-847e4c265ac82709058abc352169432fc2b6a43a.tar.bz2 serd-847e4c265ac82709058abc352169432fc2b6a43a.zip |
Remove serd_reader_set_default_graph()
Diffstat (limited to 'serd')
-rw-r--r-- | serd/serd.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/serd/serd.h b/serd/serd.h index 4f17babe..ee15ce9a 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -1110,18 +1110,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 |