Browse Source

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

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Toralf Niebuhr 15 years ago
parent
commit
2e03aa19df
1 changed files with 0 additions and 9 deletions
  1. 0 9
      Headers/Internal/VLCLibVLCBridging.h

+ 0 - 9
Headers/Internal/VLCLibVLCBridging.h

@@ -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.
  */