Commit b10cf533 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

control/media_instance.c: Never fail when requesting the event manager.

parent f2903b7d
......@@ -366,9 +366,6 @@ libvlc_media_instance_event_manager(
{
(void)p_e;
if( !p_mi->p_md )
return NULL;
return p_mi->p_event_manager;
}
......
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