Commit 0d358e7b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/VLCAudio.h: Remove private function from public headers.(Patch by Enrique Osuna).

parent 22f2312a
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
*****************************************************************************/ *****************************************************************************/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "VLCLibrary.h"
/* Notification Messages */ /* Notification Messages */
/** /**
...@@ -38,9 +37,6 @@ extern NSString *VLCMediaPlayerVolumeChanged; ...@@ -38,9 +37,6 @@ extern NSString *VLCMediaPlayerVolumeChanged;
{ {
VLCLibrary *library; //< Library to control audio for VLCLibrary *library; //< Library to control audio for
} }
/* Initializers */
- (id)initWithLibrary:(VLCLibrary *)library;
/* Properties */ /* Properties */
- (void)setMute:(BOOL)value; - (void)setMute:(BOOL)value;
- (BOOL)isMuted; - (BOOL)isMuted;
......
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