Bläddra i källkod

VLCLibrary: Remove old code

Mike JS. Choi 7 år sedan
förälder
incheckning
55daaa9ac4
2 ändrade filer med 0 tillägg och 10 borttagningar
  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 *,