瀏覽代碼

MovieViewController: delete deprecated rotation method

Andrew Breckenridge 6 年之前
父節點
當前提交
674f9ed2d0
共有 1 個文件被更改,包括 0 次插入6 次删除
  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];