]> git.sesse.net Git - vlc/blobdiff - modules/access/mms/mmsh.c
input_item: Remove input_item_AddSubItem2 and send subitem_added event from input_ite...
[vlc] / modules / access / mms / mmsh.c
index fceea8b965fe12c61d4f11b433bcfa775c5dc916..c689c2776989af966de134386165e1005398d204 100644 (file)
@@ -167,7 +167,6 @@ int MMSHOpen( access_t *p_access )
         p_new_loc = input_item_New( p_access, psz_location, psz_location );
         input_item_t *p_item = input_GetItem( p_input );
         input_item_AddSubItem( p_item, p_new_loc );
-        input_item_AddSubItem2( p_item, p_new_loc );
 
         vlc_gc_decref( p_new_loc );
         vlc_object_release( p_input );