소스 검색

VLCLibrary: Remove old code

Mike JS. Choi 7 년 전
부모
커밋
55daaa9ac4
2개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 5
      Headers/Public/VLCLibrary.h
  2. 0 5
      Sources/VLCLibrary.m

+ 0 - 5
Headers/Public/VLCLibrary.h

@@ -23,11 +23,6 @@
  *****************************************************************************/
 
 #import <Foundation/Foundation.h>
-#import "VLCAudio.h"
-#import "VLCMediaList.h"
-#import "VLCMedia.h"
-
-@class VLCAudio;
 
 /**
  * The VLCLibrary is the base library of VLCKit.framework. This object provides a shared instance that exposes the

+ 0 - 5
Sources/VLCLibrary.m

@@ -23,7 +23,6 @@
  *****************************************************************************/
 
 #import "VLCLibrary.h"
-#import "VLCLibVLCBridging.h"
 
 #if TARGET_OS_TV
 # include "vlc-plugins-AppleTV.h"
@@ -33,10 +32,6 @@
 # include "vlc-plugins-MacOSX.h"
 #endif
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
 #include <vlc/vlc.h>
 
 static void HandleMessage(void *,