]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
Remove unused i_enabled member from the playlist struct
[vlc] / include / vlc_playlist.h
index ce21567d782b519ea182f882ac6266e0fcf1af96..acddcf4ca8c1152526365dfba121d353797db4f9 100644 (file)
@@ -170,8 +170,6 @@ struct playlist_t
     } ** pp_sds;
     int                   i_sds;   /**< Number of service discovery modules */
 
-    int                   i_enabled; /**< How many items are enabled ? */
-
     playlist_item_array_t items; /**< Arrays of items */
     playlist_item_array_t all_items; /**< Array of items and nodes */