aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.h')
-rw-r--r--src/ls.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ls.h b/src/ls.h
index 82a77ec17..d6e4c98b3 100644
--- a/src/ls.h
+++ b/src/ls.h
@@ -24,12 +24,6 @@
struct client;
/**
- * Checks whether the specified URI has a schema in the form
- * "scheme://".
- */
-bool uri_has_scheme(const char *uri);
-
-/**
* Checks whether the scheme of the specified URI is supported by MPD.
* It is not allowed to pass an URI without a scheme, check with
* uri_has_scheme() first.
@@ -42,6 +36,4 @@ bool uri_supported_scheme(const char *url);
*/
void print_supported_uri_schemes(struct client *client);
-const char *uri_get_suffix(const char *utf8file);
-
#endif