瀏覽代碼

osx/framework: removed unused property

Felix Paul Kühne 15 年之前
父節點
當前提交
15647446db
共有 1 個文件被更改,包括 0 次插入10 次删除
  1. 0 10
      Headers/Public/VLCLibrary.h

+ 0 - 10
Headers/Public/VLCLibrary.h

@@ -40,7 +40,6 @@
 @interface VLCLibrary : NSObject 
 {
     void * instance;
-    VLCAudio * audio;
 }
 
 /* Factories */
@@ -50,15 +49,6 @@
  */
 + (VLCLibrary *)sharedLibrary;
 
-/* Properties */
-/**
- * Returns the library's audio object.  This object is used to manipulate the global audio properities of the shared
- * library.
- * \return The library's shared audio instance.
- */
-@property (readonly) VLCAudio * audio;
-
-
 /**
  * Returns the library's version
  * \return The library version example "0.9.0-git Grishenko".