]> git.sesse.net Git - vlc/commitdiff
Do not force set VLC_VERBOSE.
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Sep 2007 09:27:11 +0000 (09:27 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Sep 2007 09:27:11 +0000 (09:27 +0000)
LibVLC need to be prepared for it to be missing anyway.

src/vlc.c

index c884610acb7e4070184e6767f06b29af4b4dab16..f1d34dcfd9e768c87693be396a73b13b1ba170b9 100644 (file)
--- a/src/vlc.c
+++ b/src/vlc.c
@@ -78,12 +78,6 @@ int main( int i_argc, char *ppsz_argv[] )
     /* Disable the ugly Gnome crash dialog so that we properly segfault */
     putenv( (char *)"GNOME_DISABLE_CRASH_DIALOG=1" );
 #   endif
-
-    /* If the user isn't using VLC_VERBOSE, set it to 0 by default */
-    if( getenv( "VLC_VERBOSE" ) == NULL )
-    {
-        putenv( (char *)"VLC_VERBOSE=0" );
-    }
 #endif
 
 #if defined (HAVE_GETEUID) && !defined (SYS_BEOS)