Selaa lähdekoodia

VLCMediaPlayer: drop unused notification callback

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Gleb Pinigin 11 vuotta sitten
vanhempi
commit
87c1a6f6cc
1 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  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];