[vlc-commits] [Git][videolan/vlc][master] modules: remove old redirect
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Aug 6 07:17:06 UTC 2021
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
15169127 by Lyndon Brown at 2021-08-06T06:36:41+00:00
modules: remove old redirect
introduced all the way back in 4b531b445fa95a23c25942042e1c7402b96764d6,
for backwards compatibility it seems.
- - - - -
1 changed file:
- include/vlc_modules.h
Changes:
=====================================
include/vlc_modules.h
=====================================
@@ -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 )
{
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1516912726a503575e4c790f200f657f3aafe964
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1516912726a503575e4c790f200f657f3aafe964
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list