]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
playlist: i_sort and i_order are not used. removed.
[vlc] / include / vlc_playlist.h
index c170b223deae9d758c423b162d5a26f9d78cd30f..cbb6c15f5f659faecd8afacdc0d89e8c72e802b6 100644 (file)
@@ -176,19 +176,6 @@ struct playlist_t
     playlist_item_t *     p_ml_category; /** < "Library" in CATEGORY view */
     playlist_item_t *     p_local_onelevel; /** < "Playlist" in ONELEVEL view */
     playlist_item_t *     p_ml_onelevel; /** < "Library" in ONELEVEL view */
-
-    bool                  b_tree; /**< Display as a tree */
-
-    bool            b_doing_ml; /**< Doing media library stuff,
-                                       * get quicker */
-    bool            b_auto_preparse;
-
-    /* Runtime */
-    int                   i_sort; /**< Last sorting applied to the playlist */
-    int                   i_order; /**< Last ordering applied to the playlist */
-    mtime_t               gc_date;
-    bool            b_cant_sleep;
-
 };
 
 /** Helper to add an item */