]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Remove uninitialized and unsynchronized global stats
[vlc] / src / libvlc.h
index 20eea3a837eb6660fcaf8a122838aa9c888637f5..bf5094dfc66c703f54d362639330ed564d630ad0 100644 (file)
@@ -217,9 +217,6 @@ typedef struct libvlc_priv_t
     int                i_timers;    ///< Number of timers
     bool               b_stats;     ///< Whether to collect stats
 
-    void              *p_stats_computer;  ///< Input thread computing stats
-                                          /// (needs cleanup)
-
     /* Singleton objects */
     module_t          *p_memcpy_module;  ///< Fast memcpy plugin used
     playlist_t        *p_playlist; //< the playlist singleton