]> git.sesse.net Git - vlc/blobdiff - include/vlc_url.h
Qt4: don't use TS muxer with RTSP in sout wizard
[vlc] / include / vlc_url.h
index e5b29eba2364921cd6491800d40fea7115431a46..714a3f24da5f46047ae2985477c853c826dbab6b 100644 (file)
@@ -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 <ctype.h>
 
 /** Check whether a given string is not a valid URL and must hence be