Skip to content
Snippets Groups Projects
Commit 72bfbfdb authored by Lyndon Brown's avatar Lyndon Brown
Browse files

os2drive: remove pointless add_submodule() call

parent bb632577
No related branches found
No related tags found
1 merge request!89Plugins: A handful of very small descriptor fixes
...@@ -39,7 +39,6 @@ VLC_SD_PROBE_HELPER("disc", N_("Discs"), SD_CAT_DEVICES) ...@@ -39,7 +39,6 @@ VLC_SD_PROBE_HELPER("disc", N_("Discs"), SD_CAT_DEVICES)
* Module descriptor * Module descriptor
*/ */
vlc_module_begin () vlc_module_begin ()
add_submodule ()
set_shortname (N_("Discs")) set_shortname (N_("Discs"))
set_description (N_("Discs")) set_description (N_("Discs"))
set_category (CAT_PLAYLIST) set_category (CAT_PLAYLIST)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment