]> git.sesse.net Git - vlc/blobdiff - include/vlc_main.h
Remove uninitialized and unsynchronized global stats
[vlc] / include / vlc_main.h
index 1d1810efedf393ec2fe3eccb6485a24d594fbb18..0d2ce47e01c59fdbfb91dd6b3d10507d6622c98d 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+/**
+ * \file
+ * This file defines libvlc_int_t internal libvlc instance
+ */
+
 TYPEDEF_ARRAY(input_item_t*, input_item_array_t);
 
 /*****************************************************************************
@@ -32,9 +37,6 @@ struct libvlc_int_t
 {
     VLC_COMMON_MEMBERS
 
-    /* FIXME: this is only used by the logger module! */
-    global_stats_t       *p_stats;           ///< Global statistics
-
     /* Structure storing the action name / key associations */
     struct hotkey
     {