Browse Source

clear old code

Marino Faggiana 7 years ago
parent
commit
bf3d441db9
1 changed files with 0 additions and 12 deletions
  1. 0 12
      iOSClient/Settings/CCManageAccount.m

+ 0 - 12
iOSClient/Settings/CCManageAccount.m

@@ -403,16 +403,4 @@
     [self.tableView reloadData];
 }
 
-/*
-- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
-{
-    XLFormRowDescriptor *row = [self.form formRowAtIndex:indexPath];
-    
-    if ([row.tag isEqualToString:@"pickerAccount"]) {
-        // set background color in here
-        
-    }
-}
-*/
-
 @end