diff options
author | David Robillard <d@drobilla.net> | 2018-02-04 20:49:28 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-11-25 09:21:03 +0100 |
commit | 8a315ba8778378c1d9e5f03173a1c0715698a601 (patch) | |
tree | 4cc08ea04d785c246660c1c282d74f0fbc53d8e7 /serd | |
parent | 43e4cba8561d332cdc0fa9d257008dc68bb65a96 (diff) | |
download | serd-8a315ba8778378c1d9e5f03173a1c0715698a601.tar.gz serd-8a315ba8778378c1d9e5f03173a1c0715698a601.tar.bz2 serd-8a315ba8778378c1d9e5f03173a1c0715698a601.zip |
Remove serd_uri_to_path()
Diffstat (limited to 'serd')
-rw-r--r-- | serd/serd.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/serd/serd.h b/serd/serd.h index eeb5a0c0..1ad0c87d 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -384,17 +384,6 @@ static const SerdURI SERD_URI_NULL = { }; /** - Return the local path for `uri`, or NULL if `uri` is not a file URI. - Note this (inappropriately named) function only removes the file scheme if - necessary, and returns `uri` unmodified if it is an absolute path. Percent - encoding and other issues are not handled, to properly convert a file URI to - a path, use serd_file_uri_parse(). -*/ -SERD_API -const char* -serd_uri_to_path(const char* uri); - -/** Get the unescaped path and hostname from a file URI. @param uri A file URI. @param hostname If non-NULL, set to the hostname, if present. |