Commit dd9aa436 authored by Thomas Guillem's avatar Thomas Guillem

libvlc: remove duplicate line

parent 16b6f69f
......@@ -79,7 +79,6 @@ libvlc_event_manager_new( void * p_obj, libvlc_instance_t * p_libvlc_inst )
return NULL;
}
p_em->p_obj = p_obj;
p_em->p_obj = p_obj;
p_em->async_event_queue = NULL;
p_em->p_libvlc_instance = p_libvlc_inst;
......
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