]> git.sesse.net Git - vlc/commitdiff
MacOSX/Framework/VLCAudio.h: Remove private function from public headers.(Patch by...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 25 Oct 2007 12:45:22 +0000 (12:45 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 25 Oct 2007 12:45:22 +0000 (12:45 +0000)
extras/MacOSX/Framework/Headers/Public/VLCAudio.h

index 6078dda1248b97dbfdd37966b3f1b560fea20f77..efc0a83b0785e8e7dc25615e62d7c20c8b00e493 100644 (file)
@@ -23,7 +23,6 @@
  *****************************************************************************/
 
 #import <Cocoa/Cocoa.h>
-#import "VLCLibrary.h"
 
 /* Notification Messages */
 /**
@@ -38,9 +37,6 @@ extern NSString *VLCMediaPlayerVolumeChanged;
 {
     VLCLibrary *library;    //< Library to control audio for
 }
-/* Initializers */
-- (id)initWithLibrary:(VLCLibrary *)library;
-
 /* Properties */
 - (void)setMute:(BOOL)value;
 - (BOOL)isMuted;