]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
Remove all uses of VLC_Changeset
[vlc] / src / libvlc.c
index 675a913f9e934a6cfe600e6b74a30823764ed6ac..9456bb6073f6dbec1ee454051f3e84951b6cfca4 100644 (file)
@@ -1982,9 +1982,6 @@ static void Version( void )
     utf8_fprintf( stdout, _("Compiled by %s@%s.%s\n"),
              VLC_CompileBy(), VLC_CompileHost(), VLC_CompileDomain() );
     utf8_fprintf( stdout, _("Compiler: %s\n"), VLC_Compiler() );
-    if( strcmp( VLC_Changeset(), "exported" ) )
-        utf8_fprintf( stdout, _("Based upon Git commit [%s]\n"),
-                 VLC_Changeset() );
     utf8_fprintf( stdout, LICENSE_MSG );
 
 #ifdef WIN32        /* Pause the console because it's destroyed when we exit */