From 2beb76a08665a98a9647e7d72b0b49be1ba6288c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Mon, 8 Feb 2010 19:48:07 +0100 Subject: [PATCH] osx/framework: removed unused property --- projects/macosx/framework/Headers/Public/VLCLibrary.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/projects/macosx/framework/Headers/Public/VLCLibrary.h b/projects/macosx/framework/Headers/Public/VLCLibrary.h index e2e3a3e074..bc8852e39b 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. - */ -@property (readonly) VLCAudio * audio; - - /** * Returns the library's version * \return The library version example "0.9.0-git Grishenko". -- 2.39.2