[vlc-commits] macosx: remove another hack, since it isn't needed
    Felix Paul Kühne 
    git at videolan.org
       
    Wed May  9 20:39:27 CEST 2012
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed May  9 20:39:23 2012 +0200| [02503055118538dd47c4786b9e0bd890191be218] | committer: Felix Paul Kühne
macosx: remove another hack, since it isn't needed
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=02503055118538dd47c4786b9e0bd890191be218
---
 modules/gui/macosx/intf.m |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index d9b5008..f735f68 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -65,8 +65,6 @@
 #import <AddressBook/AddressBook.h>         /* for crashlog send mechanism */
 #import <Sparkle/Sparkle.h>                 /* we're the update delegate */
 
-#include "../../../lib/libvlc_internal.h"
-
 /*****************************************************************************
  * Local prototypes.
  *****************************************************************************/
@@ -111,7 +109,6 @@ int OpenIntf ( vlc_object_t *p_this )
     /* subscribe to LibVLCCore's messages */
     vlc_Subscribe( &p_intf->p_sys->sub, MsgCallback, NULL );
 
-    libvlc_SetExitHandler( p_intf->p_libvlc, vlc_object_kill, p_intf );
     Run( p_intf );
 
     [o_pool release];
    
    
More information about the vlc-commits
mailing list