]> git.sesse.net Git - vlc/blobdiff - include/vlc_main.h
Thread-safe and more compact hotkeys initialization
[vlc] / include / vlc_main.h
index 119b177bc1d960cbc48478079c615541b95ff8e7..44299df77333ff09640560ad8919d8645b61f383 100644 (file)
@@ -37,11 +37,8 @@ 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
+    const struct hotkey
     {
         const char *psz_action;
         int i_action;