diff options
author | David Robillard <d@drobilla.net> | 2007-05-08 16:04:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-05-08 16:04:09 +0000 |
commit | bcb7872768bce6c60770308d2e1babad11c2b6a0 (patch) | |
tree | 375bd561963da3fdccad67777c3cb5af9a529e9a /slv2/value.h | |
parent | f6ff6e487201bdd94e584397ce829daaa424aba9 (diff) | |
download | lilv-bcb7872768bce6c60770308d2e1babad11c2b6a0.tar.gz lilv-bcb7872768bce6c60770308d2e1babad11c2b6a0.tar.bz2 lilv-bcb7872768bce6c60770308d2e1babad11c2b6a0.zip |
Code cleanups.
Updated lv2.ttl.
git-svn-id: http://svn.drobilla.net/lad/slv2@518 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/value.h')
-rw-r--r-- | slv2/value.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/slv2/value.h b/slv2/value.h index 2d0fb51..3073e7e 100644 --- a/slv2/value.h +++ b/slv2/value.h @@ -31,27 +31,6 @@ extern "C" { */ -#if 0 -/** Wrap a URI string (e.g. "http://example.org/foo") as an SLV2Value. - * - * The result is returned by value and refers directly to \a uri, it - * does not need to be freed by the caller - calling slv2_value_free - * on the returned value will destroy \a uri. - */ -SLV2Value -slv2_uri(const char* uri); - - -/** Wrap a QName string (e.g. "lv2:Plugin") as an SLV2Value. - * - * The result is returned by value and refers directly to \a uri, it - * does not need to be freed by the caller - calling slv2_value_free - * on the returned value will destroy \a qname. - */ -SLV2Value -slv2_qname(const char* qname); -#endif - /** Return whether two values are equivalent. */ |