소스 검색

Remove unused method (for deployment target >= 6.0)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Gleb Pinigin 11 년 전
부모
커밋
e76dafe0bd
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      Sources/VLCGoogleDriveTableViewController.m

+ 0 - 9
Sources/VLCGoogleDriveTableViewController.m

@@ -175,15 +175,6 @@
     self.navigationItem.leftBarButtonItem = ![_currentFolderId isEqualToString:@""] ? _backButton : _backToMenuButton;
 }
 
-#pragma mark - interface interaction
-
-- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
-{
-    if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone && toInterfaceOrientation == UIInterfaceOrientationPortraitUpsideDown)
-        return NO;
-    return YES;
-}
-
 - (IBAction)goBack:(id)sender
 {
     if (![_currentFolderId isEqualToString:@""] && [_currentFolderId length] > 0) {