Commit e4f31848 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove useless module_bank_t.b_plugins

parent 8fe4cd20
......@@ -239,7 +239,6 @@ void module_LoadPlugins( vlc_object_t * p_this, bool b_cache_delete )
AllocateAllPlugins( p_this, p_module_bank );
}
#endif
p_module_bank->b_plugins = true;
vlc_mutex_unlock( &module_lock );
}
......
......@@ -41,8 +41,6 @@ struct module_bank_t
{
unsigned i_usage;
bool b_plugins;
/* Plugins cache */
bool b_cache;
bool b_cache_dirty;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment