X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_playlist.h;h=baa221752f91a12d78b91ec3f7cec4220ae9c7b7;hb=722ab9f14ee31f8f0633cfc7a0b79401c47316fe;hp=acddcf4ca8c1152526365dfba121d353797db4f9;hpb=1f26dd3fc7a3a285a00e5e84db113ae4b496da5b;p=vlc diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h index acddcf4ca8..baa221752f 100644 --- a/include/vlc_playlist.h +++ b/include/vlc_playlist.h @@ -189,8 +189,7 @@ 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_always_tree;/**< Always display as tree */ - bool b_never_tree;/**< Never display as tree */ + bool b_tree; /**< Display as a tree */ bool b_doing_ml; /**< Doing media library stuff, * get quicker */