浏览代码

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;