]> git.sesse.net Git - vlc/blobdiff - modules/gui/qnx/aout.c
Remove uneeded warining (and often impossible to send)
[vlc] / modules / gui / qnx / aout.c
index 77736af6184a922000abdf66d4d3147c5a7fe5cf..0dea8b81f6ea90a70e0f4e1cd693470204a0fe18 100644 (file)
@@ -79,10 +79,7 @@ int OpenAudio( vlc_object_t *p_this )
     /* allocate structure */
     p_aout->output.p_sys = malloc( sizeof( aout_sys_t ) );
     if( p_aout->output.p_sys == NULL )
-    {
-        msg_Err( p_aout, "out of memory" );
         return -1;
-    }
 
     /* open audio device */
     if( ( i_ret = snd_pcm_open_preferred( &p_aout->output.p_sys->p_pcm_handle,