]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
playlist: items_to_delete is now private.
[vlc] / include / vlc_playlist.h
index ee171449d63106bc67fa3bad8112387d84aa0ae6..c170b223deae9d758c423b162d5a26f9d78cd30f 100644 (file)
@@ -160,8 +160,6 @@ struct playlist_t
 
     playlist_item_array_t items; /**< Arrays of items */
     playlist_item_array_t all_items; /**< Array of items and nodes */
-    playlist_item_array_t items_to_delete; /**< Array of items and nodes to
-            delete... At the very end. This sucks. */
 
     playlist_item_array_t current; /**< Items currently being played */
     int                   i_current_index; /**< Index in current array */