[vlc-devel] commit: Remove VLC_Error obsolete function. ( Rémi Duraffort )
git version control
git at videolan.org
Tue Nov 10 17:18:09 CET 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Nov 10 16:42:52 2009 +0100| [d1474ca68eea4f60f63a851687eedde8e34ffd6c] | committer: Rémi Duraffort
Remove VLC_Error obsolete function.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1474ca68eea4f60f63a851687eedde8e34ffd6c
---
include/vlc_common.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/vlc_common.h b/include/vlc_common.h
index e500cda..e4b1cc5 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
More information about the vlc-devel
mailing list