]> git.sesse.net Git - vlc/commitdiff
removed the function catch_exception( ex ), as it is not needed anymore
authorToralf Niebuhr <gmthor85@aim.com>
Mon, 8 Feb 2010 12:20:51 +0000 (13:20 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 8 Feb 2010 18:28:10 +0000 (19:28 +0100)
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
projects/macosx/framework/Headers/Internal/VLCLibVLCBridging.h

index 59efc7757b30bd00ca486db2526fca93def7bf19..f9653aceaa24a3bf727477ebf67ab95df265ae53 100644 (file)
 #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.
  */