Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
8f6751ca
Commit
8f6751ca
authored
Oct 02, 2007
by
Pierre d'Herbemont
Browse files
control/media_list_player.c: Remove a double event registration. (Patch by Enrique Osuna).
parent
ae3231b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/control/media_list_player.c
View file @
8f6751ca
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment