]> git.sesse.net Git - vlc/blobdiff - include/vlc_main.h
The input_items array is private data.
[vlc] / include / vlc_main.h
index 76356bcaa00959b70f81ccbc8f47c4144033143c..f4162289c3f77195add798d0bae739fdb744b7e4 100644 (file)
@@ -47,10 +47,6 @@ struct libvlc_int_t
 
     global_stats_t       *p_stats;           ///< Global statistics
 
-    /* There is no real reason to keep a list of items, but not to break
-     * everything, let's keep it */
-    input_item_array_t    input_items;       ///< Array of all created input items
-    int                   i_last_input_id ;  ///< Last id of input item
 
     /* Structure storing the action name / key associations */
     struct hotkey