]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Move remaining replacement to static import library
[vlc] / include / vlc_common.h
index 2c7ef61967909e434ca351fd61b15ac61f447690..2ca14508c001caf60fb04252e033cdb9609e3d5d 100644 (file)
@@ -731,7 +731,6 @@ static inline uint64_t ntoh64 (uint64_t ll)
 #define VLC_UNUSED(x) (void)(x)
 
 /* Stuff defined in src/extras/libc.c */
-VLC_EXPORT( char *, vlc_strcasestr, ( const char *s1, const char *s2 ) LIBVLC_USED );
 
 #if defined(WIN32) || defined(UNDER_CE)
 /* win32, cl and icl support */