Commit 02503055 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: remove another hack, since it isn't needed

parent 16dc3ef6
...@@ -65,8 +65,6 @@ ...@@ -65,8 +65,6 @@
#import <AddressBook/AddressBook.h> /* for crashlog send mechanism */ #import <AddressBook/AddressBook.h> /* for crashlog send mechanism */
#import <Sparkle/Sparkle.h> /* we're the update delegate */ #import <Sparkle/Sparkle.h> /* we're the update delegate */
#include "../../../lib/libvlc_internal.h"
/***************************************************************************** /*****************************************************************************
* Local prototypes. * Local prototypes.
*****************************************************************************/ *****************************************************************************/
...@@ -111,7 +109,6 @@ int OpenIntf ( vlc_object_t *p_this ) ...@@ -111,7 +109,6 @@ int OpenIntf ( vlc_object_t *p_this )
/* subscribe to LibVLCCore's messages */ /* subscribe to LibVLCCore's messages */
vlc_Subscribe( &p_intf->p_sys->sub, MsgCallback, NULL ); vlc_Subscribe( &p_intf->p_sys->sub, MsgCallback, NULL );
libvlc_SetExitHandler( p_intf->p_libvlc, vlc_object_kill, p_intf );
Run( p_intf ); Run( p_intf );
[o_pool release]; [o_pool release];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment