Browse Source

remove changecredentials on Settings

Marino Faggiana 8 years ago
parent
commit
d4b65537f9
1 changed files with 2 additions and 3 deletions
  1. 2 3
      iOSClient/Settings/CCSettings.m

+ 2 - 3
iOSClient/Settings/CCSettings.m

@@ -107,11 +107,13 @@
     [section addFormRow:row];
     
     // Change Account
+    /*
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"changecredentials" rowType:XLFormRowDescriptorTypeButton title:NSLocalizedString(@"_change_credentials_", nil)];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
     [row.cellConfig setObject:[UIImage imageNamed:image_settingsCredentials] forKey:@"imageView.image"];
     row.action.viewControllerClass = [CCManageAccount class];
     [section addFormRow:row];
+    */
     
     // Section AUTOMATIC UPLOAD OF CAMERA IMAGES ----------------------------
     
@@ -232,9 +234,6 @@
     XLFormRowDescriptor *rowUrlCloud = [self.form formRowWithTag:@"urlcloud"];
     XLFormRowDescriptor *rowUserNameCloud = [self.form formRowWithTag:@"usernamecloud"];
 
-    
-    //XLFormRowDescriptor *rowChangeCredentials = [self.form formRowWithTag:@"changecredentials"];
-
     // ------------------------------------------------------------------
     
     if ([[CCUtility getBlockCode] length]) {