Browse Source

remove old code

marinofaggiana 4 years ago
parent
commit
10b3b34653
1 changed files with 0 additions and 10 deletions
  1. 0 10
      iOSClient/Menu/AppDelegate+Menu.swift

+ 0 - 10
iOSClient/Menu/AppDelegate+Menu.swift

@@ -63,16 +63,6 @@ extension AppDelegate {
             )
         )
 
-        #if HC
-        actions.append(
-            NCMenuAction(
-                title: NSLocalizedString("_im_create_new_file", tableName: "IMLocalizable", bundle: Bundle.main, value: "", comment: ""), icon: UIImage(named: "imagemeter")!.image(color: NCBrandColor.shared.icon, size: 50), action: { menuAction in
-                    _ = IMCreate.init(serverUrl: appDelegate.activeServerUrl, imagemeterViewerDelegate: NCNetworkingMain.shared)
-                }
-            )
-        )
-        #endif
-      
         if NCCommunication.shared.isNetworkReachable() && directEditingCreators != nil && directEditingCreators!.contains(where: { $0.editor == NCGlobal.shared.editorText}) && !isEncrypted {
             let directEditingCreator = directEditingCreators!.first(where: { $0.editor == NCGlobal.shared.editorText})!
             actions.append(