]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Revert "libvlc: Add a --verbose-objects option to select which objects should print...
[vlc] / src / libvlc.h
index c8eed26a91553c846bd93f9246ff9eb439c2234e..e0e9e8603f10cb6150892bb33d81712b9ef6b671 100644 (file)
@@ -233,8 +233,6 @@ typedef struct libvlc_priv_t
     msg_bank_t         msg_bank;    ///< The message bank
     int                i_verbose;   ///< info messages
     bool               b_color;     ///< color messages?
-    vlc_dictionary_t   msg_enabled_objects; ///< Enabled objects
-    bool               msg_all_objects_enabled; ///< Should we print all objects?
 
     /* Timer stats */
     vlc_mutex_t        timer_lock;  ///< Lock to protect timers