Преглед на файлове

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

Pierre d'Herbemont преди 17 години
родител
ревизия
70faa52614
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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;