]> git.sesse.net Git - vlc/blobdiff - include/vlc_input_item.h
Add libvlc_set_exit_handler(), more powerful than libvlc_wait()
[vlc] / include / vlc_input_item.h
index 3ad41a69882489a3eeff4733dca497987aa9cad0..ca11d0910920a44c620a14077b7d2a2892a5bdc9 100644 (file)
@@ -86,7 +86,6 @@ struct input_item_t
     vlc_mutex_t lock;                 /**< Lock for the item */
 
     uint8_t     i_type;              /**< Type (file, disc, ... see input_item_type_e) */
-    bool        b_prefers_tree;      /**< Do we prefer being displayed as tree*/
     bool        b_fixed_name;        /**< Can the interface change the name ?*/
     bool        b_error_when_reading;/**< Error When Reading */
 };