Commit 2beb76a0 authored by Felix Paul Kühne's avatar Felix Paul Kühne

osx/framework: removed unused property

parent 93a2b0c8
......@@ -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".
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment