소스 검색

remove changecredentials on Settings

Marino Faggiana 8 년 전
부모
커밋
d4b65537f9
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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]) {