]> git.sesse.net Git - vlc/blobdiff - src/modules/modules.h
Remove the old module config lock
[vlc] / src / modules / modules.h
index c4a5eeebd7f92a3d988c1daf7f89d27d44d23b26..6d79ba9186e3d0db1a2489f2632a98662835b2cd 100644 (file)
@@ -102,7 +102,6 @@ struct module_t
     module_t   *parent;
     unsigned    submodule_count;
     gc_object_t vlc_gc_data;
-    vlc_mutex_t lock;
 
     /*
      * Variables set by the module to identify itself