From 18ce03173dc8663b3f88c7010693641bad42eac4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 1 Apr 2019 00:14:47 +0200 Subject: Remove lilv_uri_to_path() --- include/lilv/lilvmm.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/lilv/lilvmm.hpp') 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 -- cgit v1.2.1