Explorar o código

removed some code from legacy approach

nayooti %!s(int64=5) %!d(string=hai) anos
pai
achega
acea9f9999
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      deltachat-ios/Controller/QrCodeReaderController.swift

+ 0 - 7
deltachat-ios/Controller/QrCodeReaderController.swift

@@ -13,13 +13,6 @@ class QrCodeReaderController: UIViewController {
         return videoPreviewLayer
     }()
 
-    private lazy var cameraAccessButton: UIButton = {
-        let button = UIButton()
-        button.setTitle("Settings", for: .normal)
-        button.addTarget(self, action: #selector(cameraAccessButtonPressed(_:)), for: .touchUpInside)
-        return button
-    }()
-
     private var infoLabel: UILabel = {
         let label = UILabel()
            label.translatesAutoresizingMaskIntoConstraints = false