]> git.sesse.net Git - vlc/blobdiff - src/control/core.c
Remove libvlc_get_vlc_instance hack from libvlc
[vlc] / src / control / core.c
index 341f4ef2e5ca35c0c67c9d587080ad170fd44b56..fd5a44430c3bd7bea12763357ee1d18e12e43b32 100644 (file)
@@ -194,13 +194,6 @@ const char * libvlc_get_changeset(void)
     return psz_vlc_changeset;
 }
 
-/* export internal libvlc_instance for ugly hacks with libvlccore */
-vlc_object_t *libvlc_get_vlc_instance( libvlc_instance_t* p_instance )
-{
-    vlc_object_hold( p_instance->p_libvlc_int ) ;
-    return (vlc_object_t*) p_instance->p_libvlc_int ;
-}
-
 void libvlc_free( void *ptr )
 {
     free( ptr );