]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
playlist: b_tree is private.
[vlc] / include / vlc_playlist.h
index c170b223deae9d758c423b162d5a26f9d78cd30f..e83f4c3c2e3a9d36a9207ae3aa836d551dc490ed 100644 (file)
@@ -177,8 +177,6 @@ struct playlist_t
     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;