Commit 0d2aad25 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove dummy vlc_thread_ready

parent 78277aed
......@@ -367,8 +367,6 @@ static void* Raw1394EventThread( vlc_object_t *p_this )
AVCPlay( p_access, p_sys->i_node );
vlc_thread_ready( p_this );
while( vlc_object_alive (p_sys->p_ev) )
{
while( ( result = poll( &(p_sys->raw1394_poll), 1, 200 ) ) < 0 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment