[vlc-devel] commit: osx/framework: removed unused property ( Felix Paul Kühne )
git version control
git at videolan.org
Mon Feb 8 19:48:22 CET 2010
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Feb 8 19:48:07 2010 +0100| [2beb76a08665a98a9647e7d72b0b49be1ba6288c] | committer: Felix Paul Kühne
osx/framework: removed unused property
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2beb76a08665a98a9647e7d72b0b49be1ba6288c
---
.../macosx/framework/Headers/Public/VLCLibrary.h | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/projects/macosx/framework/Headers/Public/VLCLibrary.h b/projects/macosx/framework/Headers/Public/VLCLibrary.h
index e2e3a3e..bc8852e 100644
--- a/projects/macosx/framework/Headers/Public/VLCLibrary.h
+++ b/projects/macosx/framework/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.
- */
- at property (readonly) VLCAudio * audio;
-
-
/**
* Returns the library's version
* \return The library version example "0.9.0-git Grishenko".
More information about the vlc-devel
mailing list