refactor(ios/engine): removes also-dead helper

This commit is contained in:
jahorton 2020-06-22 08:47:02 +07:00
parent f88f32febf
commit de2f5eb339

View file

@ -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)