浏览代码

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) {