]> 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 e83f4c3c2e3a9d36a9207ae3aa836d551dc490ed..cbb6c15f5f659faecd8afacdc0d89e8c72e802b6 100644 (file)
@@ -176,17 +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_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 */