]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
intf_Destroy(): use vlc_object_release() and a destructor instead
[vlc] / include / vlc_interface.h
index 8040ab8405f9e72487817b2cd7ab74b9b10ba0a7..04c7c19db6a1102585c89c059c326272a1c8e934 100644 (file)
@@ -120,7 +120,6 @@ struct intf_dialog_args_t
 VLC_EXPORT( intf_thread_t *, __intf_Create,     ( vlc_object_t *, const char *, int, const char *const * ) );
 VLC_EXPORT( int,               intf_RunThread,  ( intf_thread_t * ) );
 VLC_EXPORT( void,              intf_StopThread, ( intf_thread_t * ) );
-VLC_EXPORT( void,              intf_Destroy,    ( intf_thread_t * ) );
 
 /* If the interface is in the main thread, it should listen both to
  * p_intf->b_die and p_libvlc->b_die */