Browse Source

clear code

Marino Faggiana 7 years ago
parent
commit
6c7747ea74
3 changed files with 0 additions and 5 deletions
  1. 0 2
      iOSClient/AppDelegate.m
  2. 0 2
      iOSClient/CCGlobal.h
  3. 0 1
      iOSClient/Main/CCMain.m

+ 0 - 2
iOSClient/AppDelegate.m

@@ -574,7 +574,6 @@
     
     UIApplicationShortcutItem *shortcutUploadEncrypted = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.uploadEncrypted", bundleId] localizedTitle:NSLocalizedString(@"_upload_encrypted_file_", nil) localizedSubtitle:nil icon:shortcutUploadEncryptedIcon userInfo:nil];
     
-    
     if (app.isCryptoCloudMode) {
         
         // add the array to our app
@@ -584,7 +583,6 @@
 
         // add the array to our app
         [UIApplication sharedApplication].shortcutItems = @[shortcutUpload, shortcutPhotos];
-
     }
 }
 

+ 0 - 2
iOSClient/CCGlobal.h

@@ -52,8 +52,6 @@ extern NSString *const urlBaseUploadDB;
 
 #define k_dismissAfterSecond                            4
 
-#define k_dayForceReadFolder                            3
-
 #define k_daysOfActivity                                7
 
 #define k_returnCreateFolderPlain                       0

+ 0 - 1
iOSClient/Main/CCMain.m

@@ -857,7 +857,6 @@
         }
             break;
             
-            
         /* ENCRYPTED */
         case k_returnCreateFolderEncrypted: {