]> git.sesse.net Git - vlc/commitdiff
osx/framework: removed unused property
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 8 Feb 2010 18:48:07 +0000 (19:48 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 8 Feb 2010 18:48:07 +0000 (19:48 +0100)
projects/macosx/framework/Headers/Public/VLCLibrary.h

index e2e3a3e07434513ef08aa5891e2765bbbd527a62..bc8852e39b63c85fda100315d4cc95ca0c1424f6 100644 (file)
@@ -40,7 +40,6 @@
 @interface VLCLibrary : NSObject 
 {
     void * instance;
-    VLCAudio * audio;
 }
 
 /* Factories */
  */
 + (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".