summaryrefslogtreecommitdiffstats
path: root/include/lilv/lilvmm.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-04-01 00:14:47 +0200
committerDavid Robillard <d@drobilla.net>2021-03-24 10:59:21 -0400
commit18ce03173dc8663b3f88c7010693641bad42eac4 (patch)
tree31f39e1e142e01994b0f421a0fc949b1da41f9f4 /include/lilv/lilvmm.hpp
parentccbc5e1993568a3ef27790ebad27b71f3073ca88 (diff)
downloadlilv-18ce03173dc8663b3f88c7010693641bad42eac4.tar.gz
lilv-18ce03173dc8663b3f88c7010693641bad42eac4.tar.bz2
lilv-18ce03173dc8663b3f88c7010693641bad42eac4.zip
Remove lilv_uri_to_path()
Diffstat (limited to 'include/lilv/lilvmm.hpp')
-rw-r--r--include/lilv/lilvmm.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/lilv/lilvmm.hpp b/include/lilv/lilvmm.hpp
index 0ac802d..d447b9d 100644
--- a/include/lilv/lilvmm.hpp
+++ b/include/lilv/lilvmm.hpp
@@ -47,13 +47,6 @@ struct UI;
struct UIs;
struct World;
-LILV_DEPRECATED
-static inline const char*
-uri_to_path(const char* uri)
-{
- return lilv_uri_to_path(uri);
-}
-
#if defined(__clang__)
# pragma clang diagnostic pop
#elif defined(__GNUC__) && __GNUC__ > 4