Commit 892e5a56 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not force set VLC_VERBOSE.

LibVLC need to be prepared for it to be missing anyway.
parent 09f98c01
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment