]> git.sesse.net Git - vlc/blobdiff - include/vlc_charset.h
Remove GetFallbackEncoding()
[vlc] / include / vlc_charset.h
index 81af0c1df176b4915aedb76af0ee4901be8ac582..8e2955db7aaf38e86288ccbf0993d82ade21bc3f 100644 (file)
@@ -111,8 +111,6 @@ static inline char *FromLatin1 (const char *latin)
 
 VLC_EXPORT( char *, FromCharset, ( const char *charset, const void *data, size_t data_size ) LIBVLC_USED );
 
-VLC_EXPORT( const char *, GetFallbackEncoding, ( void ) LIBVLC_USED );
-
 VLC_EXPORT( double, us_strtod, ( const char *, char ** ) LIBVLC_USED );
 VLC_EXPORT( float, us_strtof, ( const char *, char ** ) LIBVLC_USED );
 VLC_EXPORT( double, us_atof, ( const char * ) LIBVLC_USED );