Browse Source

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

Pierre d'Herbemont 17 years ago
parent
commit
e21d3a124c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Headers/Public/VLCAudio.h

+ 0 - 4
Headers/Public/VLCAudio.h

@@ -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;
 {
 {
     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;