aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-12-30 12:35:47 -0500
committerDavid Robillard <d@drobilla.net>2020-10-27 13:13:58 +0100
commit18b0689fe567929b6eb6a1986b16139a122ca12c (patch)
treea5252c5a2ed6d1aaa5d9371c20a54c26746a38fb /serd/serd.h
parentf58e9a1cd558de40efaa26a0a6e58ae5c61bbcfc (diff)
downloadserd-18b0689fe567929b6eb6a1986b16139a122ca12c.tar.gz
serd-18b0689fe567929b6eb6a1986b16139a122ca12c.tar.bz2
serd-18b0689fe567929b6eb6a1986b16139a122ca12c.zip
Remove serd_env_foreach()
This is not particularly useful except to write prefixes, which is what serd_env_write_prefixes is for, and the name implies that namespace prefixes are the only thing in an Env, which will be problematic in the future.
Diffstat (limited to 'serd/serd.h')
-rw-r--r--serd/serd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/serd/serd.h b/serd/serd.h
index 93c6274b..bb68f21f 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -1024,15 +1024,6 @@ SerdNode*
serd_env_expand(const SerdEnv* env, const SerdNode* node);
/**
- Call `func` for each prefix defined in `env`.
-*/
-SERD_API
-void
-serd_env_foreach(const SerdEnv* env,
- SerdPrefixSink func,
- void* handle);
-
-/**
Write all prefixes in `env` to `sink`.
*/
SERD_API