]> git.sesse.net Git - vlc/blobdiff - plugins/esd/aout_esd.c
. rajout de l'option -Winline
[vlc] / plugins / esd / aout_esd.c
index 62b188b2fa1f48b55e7df135028f9d0a69abcd20..5456839b76dcd7b5c68656d19ddf0bc685e1dcc2 100644 (file)
@@ -73,7 +73,6 @@ int aout_EsdOpen( aout_thread_t *p_aout )
     int i_mode = ESD_STREAM;
     int i_func = ESD_PLAY;
 
-    fprintf(stderr, "aout-esd !!\n");
     /* Allocate structure */
     p_aout->p_sys = malloc( sizeof( aout_sys_t ) );
     if( p_aout->p_sys == NULL )