From de2f5eb339c665b0c7787f87f8550924c747904d Mon Sep 17 00:00:00 2001 From: jahorton Date: Mon, 22 Jun 2020 08:47:02 +0700 Subject: [PATCH] refactor(ios/engine): removes also-dead helper --- ios/keyman/Keyman/Keyman/MainViewController.swift | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ios/keyman/Keyman/Keyman/MainViewController.swift b/ios/keyman/Keyman/Keyman/MainViewController.swift index 7968097f3c..3071330ac0 100644 --- a/ios/keyman/Keyman/Keyman/MainViewController.swift +++ b/ios/keyman/Keyman/Keyman/MainViewController.swift @@ -830,14 +830,6 @@ class MainViewController: UIViewController, TextViewDelegate, UIActionSheetDeleg self.present(alertController, animated: true, completion: nil) } - private func proceedWithKeyboardDownload(withAction action: UIAlertAction) { - if let keyboard = keyboardToDownload { - ResourceDownloadManager.shared.downloadKeyboard(withID: keyboard.id, - languageID: keyboard.languageID, - isUpdate: false) - } - } - private func handleUserDecisionAboutInstallingProfile(withAction action: UIAlertAction) { if let profileName = profileName { checkedProfiles.append(profileName)