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

Do not create dummy shortcut for each and every module

parent 533af175
......@@ -37,8 +37,6 @@ module_t *vlc_module_create (vlc_object_t *obj)
module->b_reentrant = module->b_unloadable = VLC_TRUE;
module->psz_object_name = module->psz_longname = default_name;
module->pp_shortcuts[0] = default_name;
module->i_cpu = 0;
module->psz_capability = "";
module->i_score = 1;
return module;
......
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