diff options
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r-- | src/lilv_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h index 03252a3..0d4310f 100644 --- a/src/lilv_internal.h +++ b/src/lilv_internal.h @@ -203,9 +203,6 @@ LilvNode* lilv_plugin_get_unique(const LilvPlugin* p, const SordNode* subject, const SordNode* predicate); -LilvIter* lilv_iter_next(LilvIter* i); -bool lilv_iter_end(LilvIter* i); - void lilv_collection_free(LilvCollection* collection); unsigned lilv_collection_size(const LilvCollection* collection); LilvIter* lilv_collection_begin(const LilvCollection* collection); |