]> git.sesse.net Git - vlc/blobdiff - include/vlc_main.h
Privatize msg_bank
[vlc] / include / vlc_main.h
index 174c8f5f748ff305d037399865b42aff08cd5b75..a3066f86878492391f0e10db255c5ba0cd37b059 100644 (file)
@@ -57,11 +57,6 @@ struct libvlc_int_t
     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
-    bool             b_color;     ///< color messages?
-
     /* Structure storing the action name / key associations */
     struct hotkey
     {