]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Remove COMPILE_DOMAIN, merge into COMPILE_HOST
[vlc] / include / vlc_common.h
index 14a308101ecbe25e39d7a2935d770ddb3b7ef56e..20d2232971be34a4ea792c6ddad7f154e252a2e8 100644 (file)
@@ -861,7 +861,6 @@ static inline void *xrealloc (void *ptr, size_t len)
 VLC_EXPORT( const char *, VLC_Version, ( void ) LIBVLC_USED );
 VLC_EXPORT( const char *, VLC_CompileBy, ( void ) LIBVLC_USED );
 VLC_EXPORT( const char *, VLC_CompileHost, ( void ) LIBVLC_USED );
-VLC_EXPORT( const char *, VLC_CompileDomain, ( void ) LIBVLC_USED );
 VLC_EXPORT( const char *, VLC_Compiler, ( void ) LIBVLC_USED );
 
 /*****************************************************************************