From 3287726736a0432d2316914767b397caab0fd11f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 Dec 2008 21:15:20 +0100 Subject: 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. --- src/ls.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ls.h') diff --git a/src/ls.h b/src/ls.h index 8d5a6546a..80f427e22 100644 --- a/src/ls.h +++ b/src/ls.h @@ -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 * -- cgit v1.2.3