Browse Source

MovieViewController: delete deprecated rotation method

Andrew Breckenridge 6 years ago
parent
commit
674f9ed2d0
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Sources/VLCMovieViewController.m

+ 0 - 6
Sources/VLCMovieViewController.m

@@ -1649,12 +1649,6 @@ currentMediaHasTrackToChooseFrom:(BOOL)currentMediaHasTrackToChooseFrom
            || toInterfaceOrientation != UIInterfaceOrientationPortraitUpsideDown;
 }
 
-- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
-{
-    if (_vpc.isPlaying && _controlsHidden)
-        [self setControlsHidden:NO animated:YES];
-}
-
 - (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator
 {
     [super viewWillTransitionToSize:size withTransitionCoordinator:coordinator];