Explorar o código

Remove unused method (for deployment target >= 6.0)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Gleb Pinigin %!s(int64=11) %!d(string=hai) anos
pai
achega
e76dafe0bd
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  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) {