]> git.sesse.net Git - vlc/blobdiff - include/vlc_configuration.h
Remove the old module config lock
[vlc] / include / vlc_configuration.h
index 2c7345e963e6a3ddd895763b215b82ee38355f4a..dbe3280cfd3b3221d968499cddfb8be90d22f59f 100644 (file)
@@ -178,7 +178,6 @@ struct module_config_t
     int            i_action;                           /* actions list size */
 
     /* Misc */
-    vlc_mutex_t *p_lock;           /* Lock to use when modifying the config */
     bool        b_dirty;          /* Dirty flag to indicate a config change */
     bool        b_advanced;          /* Flag to indicate an advanced option */
     bool        b_internal;   /* Flag to indicate option is not to be shown */