Commit 170b382c authored by Toralf Niebuhr's avatar Toralf Niebuhr Committed by Felix Paul Kühne

removed the function catch_exception( ex ), as it is not needed anymore

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 258396bb
......@@ -26,15 +26,6 @@
#import "VLCStreamOutput.h"
#import "VLCMediaPlayer.h"
/* Utility functions */
/**
* \function catch_execption( ex )
* Utility function that catches a LibVLC generated exception by throwing a Cocoa based NSException.
* \param ex LibVLC exception returned by LibVLC internal functions.
*/
#define catch_exception( ex ) __catch_exception( (void *)(ex), __FUNCTION__, __FILE__, __LINE__ )
extern void __catch_exception( void * e, const char * function, const char * file, int line_number );
/**
* Bridges functionality between libvlc and VLCMediaList implementation.
*/
......
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