Commit 8f6751ca authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

control/media_list_player.c: Remove a double event registration. (Patch by Enrique Osuna).

parent ae3231b3
......@@ -243,8 +243,6 @@ libvlc_media_list_player_new( libvlc_instance_t * p_instance,
p_e );
libvlc_event_manager_register_event_type( p_mlp->p_event_manager,
libvlc_MediaListPlayerNextItemSet, p_e );
libvlc_event_manager_register_event_type( p_mlp->p_event_manager,
libvlc_MediaListPlayerNextItemSet, p_e );
return p_mlp;
}
......
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