Browse Source

clear code

marinofaggiana 4 years ago
parent
commit
b20f03236e
1 changed files with 0 additions and 5 deletions
  1. 0 5
      iOSClient/Settings/NCSettings.m

+ 0 - 5
iOSClient/Settings/NCSettings.m

@@ -94,11 +94,6 @@
     [row.cellConfig setObject:NCBrandColor.shared.textView forKey:@"textLabel.textColor"];
     [section addFormRow:row];
     
-    // Section : Screen --------------------------------------------------------------
-    
-    section = [XLFormSectionDescriptor formSectionWithTitle:NSLocalizedString(@"_screen_", nil)];
-    [form addFormSection:section];
-    
     // Section : E2EEncryption --------------------------------------------------------------
         
     section = [XLFormSectionDescriptor formSectionWithTitle:NSLocalizedString(@"_e2e_settings_title_", nil)];