From: RĂ©mi Duraffort Date: Tue, 10 Nov 2009 15:42:52 +0000 (+0100) Subject: Remove VLC_Error obsolete function. X-Git-Tag: 1.1.0-ff~2529 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d1474ca68eea4f60f63a851687eedde8e34ffd6c;p=vlc Remove VLC_Error obsolete function. --- diff --git a/include/vlc_common.h b/include/vlc_common.h index e500cdaefc..e4b1cc5d4e 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -813,7 +813,6 @@ 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 ); -VLC_EXPORT( const char *, VLC_Error, ( int ) LIBVLC_USED ); /***************************************************************************** * Additional vlc stuff