]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/events.c
Remove unneeded msg_Error.
[vlc] / modules / video_output / msw / events.c
index 5467ca5fdd5a8d5562421fc61a1341dd88ea75bf..5a4eecd5ce899f6831b68d2a0ba8bea3b105a288 100644 (file)
@@ -113,10 +113,7 @@ void EventThread( event_thread_t *p_event )
     /* Creating a window under Windows also initializes the thread's event
      * message queue */
     if( DirectXCreateWindow( p_event->p_vout ) )
-    {
-        msg_Err( p_event, "out of memory" );
         p_event->b_dead = true;
-    }
 
     /* Signal the creation of the window */
     vlc_thread_ready( p_event );