Преглед изворни кода

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

Pierre d'Herbemont пре 17 година
родитељ
комит
e21d3a124c
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      Headers/Public/VLCAudio.h

+ 0 - 4
Headers/Public/VLCAudio.h

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