summaryrefslogtreecommitdiffstats
path: root/include/lilv/lilvmm.hpp
diff options
context:
space:
mode:
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