]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/wingdi.c
event_thread_t does not need to be an object (msw).
[vlc] / modules / video_output / msw / wingdi.c
index a354554bfb75b4f0f179f36ed548cdafa72c8b4c..22d4f88a0ba738b293f52228aeaa3728c87e8c00 100644 (file)
@@ -464,12 +464,6 @@ static int Manage( vout_thread_t *p_vout )
         p_vout->p_sys->b_on_top_change = false;
     }
 
-    /* Check if the event thread is still running */
-    if( !vlc_object_alive (p_vout->p_sys->p_event) )
-    {
-        return VLC_EGENERIC; /* exit */
-    }
-
     return VLC_SUCCESS;
 }