[vlc-devel] commit: removed the function catch_exception( ex ), as it is not needed anymore (Toralf Niebuhr )

git version control git at videolan.org
Mon Feb 8 19:29:16 CET 2010


vlc | branch: master | Toralf Niebuhr <gmthor85 at aim.com> | Mon Feb  8 13:20:51 2010 +0100| [170b382ceb6df6ae9f962d980315db4985bc3a2e] | committer: Felix Paul Kühne 

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

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=170b382ceb6df6ae9f962d980315db4985bc3a2e
---

 .../framework/Headers/Internal/VLCLibVLCBridging.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/projects/macosx/framework/Headers/Internal/VLCLibVLCBridging.h b/projects/macosx/framework/Headers/Internal/VLCLibVLCBridging.h
index 59efc77..f9653ac 100644
--- a/projects/macosx/framework/Headers/Internal/VLCLibVLCBridging.h
+++ b/projects/macosx/framework/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.
  */




More information about the vlc-devel mailing list