]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
playlist-tree has only 2 meaningful values now
[vlc] / include / vlc_playlist.h
index acddcf4ca8c1152526365dfba121d353797db4f9..baa221752f91a12d78b91ec3f7cec4220ae9c7b7 100644 (file)
@@ -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 */