]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Sources/VLCMediaPlayer.m
removed unused exceptions
[vlc] / projects / macosx / framework / Sources / VLCMediaPlayer.m
index 05b641fa8fb86b434fb9a766e402612ccae4769c..44bddacc264afcba5f3374816a436d6aa0d1c95b 100644 (file)
@@ -724,10 +724,7 @@ static const VLCMediaPlayerState libvlc_to_local_state[] =
         // Create a media instance, it doesn't matter what library we start off with
         // it will change depending on the media descriptor provided to the media
         // instance
-        libvlc_exception_t ex;
-        libvlc_exception_init( &ex );
         instance = libvlc_media_player_new([VLCLibrary sharedInstance]);
-        catch_exception( &ex );
 
         [self registerObservers];