Browse Source

remove option reloadFile

Marino Faggiana 8 years ago
parent
commit
46263bf3b3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      iOSClient/Main/CCMain.m

+ 4 - 1
iOSClient/Main/CCMain.m

@@ -3124,6 +3124,7 @@
     if (indexPath) [self.tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPath, nil] withRowAnimation:UITableViewRowAnimationAutomatic];
 }
 
+/*
 #pragma --------------------------------------------------------------------------------------------
 #pragma mark ===== Reload =====
 #pragma --------------------------------------------------------------------------------------------
@@ -3134,6 +3135,7 @@
 
     [[CCNetworking sharedNetworking] downloadFile:metadata serverUrl:serverUrl downloadData:YES downloadPlist:NO selector:selectorReload selectorPost:nil session:k_download_session taskStatus:k_taskStatusResume delegate:self];
 }
+*/
 
 #pragma --------------------------------------------------------------------------------------------
 #pragma mark ===== Open in... =====
@@ -4595,7 +4597,7 @@
                                     
                                     [self moveOpenWindow:[[NSArray alloc] initWithObjects:indexPath, nil]];
                                 }];
-        
+        /*
         [actionSheet addButtonWithTitle:NSLocalizedString(@"_reload_", nil)
                                   image:[UIImage imageNamed:image_actionSheetReload]
                         backgroundColor:[UIColor whiteColor]
@@ -4608,6 +4610,7 @@
                                     
                                     [self performSelector:@selector(reloadFile:) withObject:_metadata];
                                 }];
+        */
         
         [actionSheet addButtonWithTitle:NSLocalizedString(@"_open_in_", nil)
                                   image:[UIImage imageNamed:image_actionSheetOpenIn]