]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
Remove redumdant parameter to vlc_global
[vlc] / include / vlc_objects.h
index 7e24d4ea673d28d321d95ceae21994c41d8f36b8..a906d517cc9aea7af324bb62369673b711d324af 100644 (file)
@@ -109,7 +109,6 @@ VLC_EXPORT( void, __vlc_object_release, ( vlc_object_t * ) );
 VLC_EXPORT( vlc_list_t *, __vlc_list_find, ( vlc_object_t *, int, int ) );
 VLC_EXPORT( void, vlc_list_release, ( vlc_list_t * ) );
 VLC_EXPORT( libvlc_int_t *, vlc_current_object, ( int ) );
-VLC_EXPORT( vlc_object_t *, vlc_global_object, ( void ) );
 
 /*}@*/