Explorar el Código

VLCMediaPlayer: drop unused notification callback

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Gleb Pinigin hace 11 años
padre
commit
87c1a6f6cc
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  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];