diff options
author | David Robillard <d@drobilla.net> | 2018-07-08 16:40:45 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-11-25 22:12:47 +0100 |
commit | b82920ddbd6c401a033ed1ff507379fdf7fcbc03 (patch) | |
tree | 16ad743ab87b437ba8b553af3dee42fab5dd5aeb /serd/serd.h | |
parent | f5e1b264ae4098d4edd70604d57adb60abbed224 (diff) | |
download | serd-b82920ddbd6c401a033ed1ff507379fdf7fcbc03.tar.gz serd-b82920ddbd6c401a033ed1ff507379fdf7fcbc03.tar.bz2 serd-b82920ddbd6c401a033ed1ff507379fdf7fcbc03.zip |
Remove serd_reader_set_default_graph
This is easily handled by the sink. In particular, the inserter already
contains this functionality.
Diffstat (limited to 'serd/serd.h')
-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 3b6fa3e3..93a2454d 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -1072,18 +1072,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 |