Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Jul 24, 2024
1 parent 24ae288 commit 0313568
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,6 @@ class AccountSetupController: UITableViewController, ProgressAlertHandler {
showProgressAlert(title: String.localized("login_header"), dcContext: dcContext)
}

@objc func closeButtonPressed() {
dismiss(animated: true, completion: nil)
}

// returns true if needed
private func showOAuthAlertIfNeeded(emailAddress: String, handleCancel: (() -> Void)?) -> Bool {
return false
Expand Down

0 comments on commit 0313568

Please sign in to comment.