]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
playlist: i_last_playlist_id is private.
[vlc] / include / vlc_playlist.h
index 93d9b75ee6062348e2857b41ec6a4929e12495e9..2b40bc6b59f698df409849c5aa3619698a7e1325 100644 (file)
@@ -164,8 +164,6 @@ struct playlist_t
     playlist_item_array_t current; /**< Items currently being played */
     int                   i_current_index; /**< Index in current array */
 
-    int                   i_last_playlist_id; /**< Last id to an item */
-
     /* Predefined items */
     playlist_item_t *     p_root_category; /**< Root of category tree */
     playlist_item_t *     p_root_onelevel; /**< Root of onelevel tree */