aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-12-26 20:04:27 -0500
committerDavid Robillard <d@drobilla.net>2021-03-08 23:23:05 -0500
commita90341129953e9b8e0e1d96fa52b10cbf34d1ea1 (patch)
tree3f7a11feb7d8a4e04c9c074ffbd56a2f46f8fef4 /include/serd
parente7b616cc314117757068005800fbf20ef0e57bfe (diff)
downloadserd-a90341129953e9b8e0e1d96fa52b10cbf34d1ea1.tar.gz
serd-a90341129953e9b8e0e1d96fa52b10cbf34d1ea1.tar.bz2
serd-a90341129953e9b8e0e1d96fa52b10cbf34d1ea1.zip
Remove serd_reader_set_default_graph()
Diffstat (limited to 'include/serd')
-rw-r--r--include/serd/serd.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/serd/serd.h b/include/serd/serd.h
index 21f6b7b1..c7dc4a17 100644
--- a/include/serd/serd.h
+++ b/include/serd/serd.h
@@ -1091,18 +1091,6 @@ void
serd_reader_add_blank_prefix(SerdReader* SERD_NONNULL reader,
const char* SERD_NULLABLE 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* SERD_NONNULL reader,
- const SerdNode* SERD_NULLABLE graph);
-
/// Prepare to read from the file at a local file `uri`
SERD_API
SerdStatus