Skip to content
Snippets Groups Projects
Commit 15169127 authored by Lyndon Brown's avatar Lyndon Brown Committed by Steve Lhomme
Browse files

modules: remove old redirect

introduced all the way back in 4b531b44,
for backwards compatibility it seems.
parent 3ee0a9cf
No related branches found
No related tags found
1 merge request!485modules: remove old redirect
Pipeline #124750 passed with stage
in 20 minutes and 17 seconds
......@@ -244,7 +244,6 @@ VLC_USED static inline module_t *module_get_main (void)
{
return module_find ("core");
}
#define module_get_main(a) module_get_main()
VLC_USED static inline bool module_is_main( const module_t * p_module )
{
......
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