Forráskód Böngészése

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

Pierre d'Herbemont 17 éve
szülő
commit
70faa52614
1 módosított fájl, 0 hozzáadás és 1 törlés
  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;