Преглед на файлове

VLCMediaPlayer: drop unused notification callback

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Gleb Pinigin преди 12 години
родител
ревизия
87c1a6f6cc
променени са 1 файла, в които са добавени 0 реда и са изтрити 8 реда
  1. 0 8
      Sources/VLCMediaPlayer.m

+ 0 - 8
Sources/VLCMediaPlayer.m

@@ -65,14 +65,6 @@ NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state)
     return stateToStrings[state];
 }
 
-/* libvlc event callback */
-static void HandleMediaInstanceVolumeChanged(const libvlc_event_t * event, void * self)
-{
-    [[VLCEventManager sharedManager] callOnMainThreadDelegateOfObject:self
-                                                   withDelegateMethod:@selector(mediaPlayerVolumeChanged:)
-                                                 withNotificationName:VLCMediaPlayerVolumeChanged];
-}
-
 static void HandleMediaTimeChanged(const libvlc_event_t * event, void * self)
 {
     NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];