Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
atmamont committed Mar 5, 2025
1 parent 8a39a0d commit 9de565f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions AdyenCard/Components/Card/CardViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ internal class CardViewController: FormViewController {
override internal func viewDidLoad() {
setupView()
setupViewRelations()
setupCardScanning()
observeNumberItem()
super.viewDidLoad()
}
Expand Down Expand Up @@ -409,13 +408,6 @@ extension CardViewController: CardViewControllerProtocol {
// MARK: - Card scanner

extension CardViewController {
private func setupCardScanning() {
if #available(iOS 13.0, *) {
// items.numberContainerItem.numberItem.view.inputAccessoryView = ...

}
}

private func openCardScanner() {
// TODO: Use CardScanning module
}
Expand Down

0 comments on commit 9de565f

Please sign in to comment.