]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
playlist: b_reset_currently_playing is private.
[vlc] / include / vlc_playlist.h
index c170b223deae9d758c423b162d5a26f9d78cd30f..93d9b75ee6062348e2857b41ec6a4929e12495e9 100644 (file)
@@ -163,9 +163,6 @@ struct playlist_t
 
     playlist_item_array_t current; /**< Items currently being played */
     int                   i_current_index; /**< Index in current array */
-    /** Reset current item array */
-    bool            b_reset_currently_playing;
-    mtime_t               last_rebuild_date;
 
     int                   i_last_playlist_id; /**< Last id to an item */
 
@@ -176,19 +173,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 */