]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Remove the unsafe input item array
[vlc] / src / libvlc.h
index a4e48517aaa95dc032e46c92cdfa11bfd0d3bfc6..53d9dbd722b4e013e37775d42787028071f454d6 100644 (file)
@@ -206,11 +206,6 @@ typedef struct libvlc_priv_t
     vlc_mutex_t        config_lock; ///< config file lock
     char *             psz_configfile;   ///< location of config file
 
-    /* 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
-
     /* Messages */
     msg_bank_t         msg_bank;    ///< The message bank
     int                i_verbose;   ///< info messages