diff options
author | Max Kellermann <max@duempel.org> | 2008-12-16 21:15:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-16 21:15:20 +0100 |
commit | 3287726736a0432d2316914767b397caab0fd11f (patch) | |
tree | 3e41cffa2495da765e68fd517fcb79b97bfbaa0f /src/ls.h | |
parent | 3d4fb9a9a64b60d936e04c13fc391a274822b6b3 (diff) | |
download | mpd-3287726736a0432d2316914767b397caab0fd11f.tar.gz mpd-3287726736a0432d2316914767b397caab0fd11f.tar.xz mpd-3287726736a0432d2316914767b397caab0fd11f.zip |
ls: removed isValidRemoteUtf8Url()
The function didn't do anything useful, it was just several lines
obfuscating that it was only forwarding isRemoteUrl()'s return value.
Diffstat (limited to 'src/ls.h')
-rw-r--r-- | src/ls.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -26,8 +26,6 @@ struct client; const char *getSuffix(const char *utf8file); -int isValidRemoteUtf8Url(const char *utf8url); - int isRemoteUrl(const char *url); const struct decoder_plugin * |