]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/AudioOutput.cpp
Remove uneeded warining (and often impossible to send)
[vlc] / modules / gui / beos / AudioOutput.cpp
index a65c5cc00e392b9cd780ecebe89879e525b348cf..1202ef04da6c340af136ae6f0eec33dcad6655e2 100644 (file)
@@ -69,10 +69,7 @@ int OpenAudio ( vlc_object_t * p_this )
     aout_instance_t * p_aout = (aout_instance_t*) p_this;
     p_aout->output.p_sys = (aout_sys_t*) malloc( sizeof( aout_sys_t ) );
     if( p_aout->output.p_sys == NULL )
-    {
-        msg_Err( p_aout, "out of memory" );
         return -1;
-    }
     aout_sys_t * p_sys = p_aout->output.p_sys;
 
     aout_VolumeSoftInit( p_aout );