]> git.sesse.net Git - vlc/blobdiff - src/playlist/engine.c
Interaction are controlled by a dedicated thread
[vlc] / src / playlist / engine.c
index 3507bfae8ae5c6e77efb449653a5710f3a3f8d1f..27d1d73eedde1c359f5ca0101511464b9ad10cf0 100644 (file)
@@ -151,11 +151,6 @@ playlist_t * playlist_Create( vlc_object_t *p_parent )
     p_playlist->i_order = ORDER_NORMAL;
 
 
-    /* Interaction
-     * Init the interaction here, as playlist_MLLoad could trigger
-     * interaction init */
-    p_playlist->p_interaction = NULL;
-
     b_save = p_playlist->b_auto_preparse;
     p_playlist->b_auto_preparse = VLC_FALSE;
     playlist_MLLoad( p_playlist );