[vlc-commits] input: remove useless event
Thomas Guillem
git at videolan.org
Wed Jul 11 17:14:50 CEST 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jul 6 10:02:14 2018 +0200| [93fecbe4ce4726b55aeaa9bc341c5f9ed56031bf] | committer: Thomas Guillem
input: remove useless event
Event sent from the Create() function, and therefore, can't be listened by
anything.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=93fecbe4ce4726b55aeaa9bc341c5f9ed56031bf
---
src/input/input.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/input/input.c b/src/input/input.c
index 3a17c06a97..fd642fad33 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -485,7 +485,6 @@ static input_thread_t *Create( vlc_object_t *p_parent, input_item_t *p_item,
/* Remove 'Now playing' info as it is probably outdated */
input_item_SetNowPlaying( p_item, NULL );
input_item_SetESNowPlaying( p_item, NULL );
- input_SendEventMeta( p_input );
/* */
if( !priv->b_preparsing && var_InheritBool( p_input, "stats" ) )
More information about the vlc-commits
mailing list