Explorar el Código

MacOSX/Framework/VLCLibrary.m: Remove a TODO.

Pierre d'Herbemont hace 17 años
padre
commit
70faa52614
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Sources/VLCLibrary.m

+ 0 - 1
Sources/VLCLibrary.m

@@ -30,7 +30,6 @@
 
 static VLCLibrary * sharedLibrary = nil;
 
-// TODO: Change from a terminal error to raising an exception?
 void __catch_exception( void * e, const char * function, const char * file, int line_number )
 {
     libvlc_exception_t * ex = (libvlc_exception_t *)e;