X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_url.h;h=714a3f24da5f46047ae2985477c853c826dbab6b;hb=6b53f6b72aec497a21772a1d93bec4bc66390270;hp=e5b29eba2364921cd6491800d40fea7115431a46;hpb=4b44912ce0888ed40d35aa5d782cd17cbf7e9c6b;p=vlc diff --git a/include/vlc_url.h b/include/vlc_url.h index e5b29eba23..714a3f24da 100644 --- a/include/vlc_url.h +++ b/include/vlc_url.h @@ -193,12 +193,6 @@ static inline void vlc_UrlClean( vlc_url_t *url ) url->psz_buffer = NULL; } -static inline char *vlc_UrlEncode( const char *psz_url ) -{ - /* FIXME: do not encode / : ? and & _when_ not needed */ - return encode_URI_component( psz_url ); -} - #include /** Check whether a given string is not a valid URL and must hence be