Explorar o código

Movie view: don't waste 2 selector dispatches

Felix Paul Kühne %!s(int64=12) %!d(string=hai) anos
pai
achega
43998055da
Modificáronse 1 ficheiros con 0 adicións e 8 borrados
  1. 0 8
      AspenProject/VLCMovieViewController.m

+ 0 - 8
AspenProject/VLCMovieViewController.m

@@ -358,14 +358,6 @@
         _playbackSpeedViewHidden = YES;
 }
 
-- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
-{
-    self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
-    if (self)
-        self.title = @"Video Playback";
-    return self;
-}
-
 - (void)_saveCurrentState
 {
     if (self.mediaItem) {