marinofaggiana 3 éve
szülő
commit
4e8014bf2c
1 módosított fájl, 0 hozzáadás és 4 törlés
  1. 0 4
      iOSClient/Brand/Intro/NCIntroViewController.swift

+ 0 - 4
iOSClient/Brand/Intro/NCIntroViewController.swift

@@ -163,10 +163,6 @@ class NCIntroViewController: UIViewController, UICollectionViewDataSource, UICol
         appDelegate.openLogin(viewController: navigationController, selector: NCGlobal.shared.introLogin, openLoginWeb: false)
     }
 
-//    @IBAction func signup(_ sender: Any) {
-//        appDelegate.openLogin(viewController: navigationController, selector: NCGlobal.shared.introSignup, openLoginWeb: false)
-//    }
-
     @IBAction func host(_ sender: Any) {
         guard let url = URL(string: NCBrandOptions.shared.linkLoginHost) else { return }
         UIApplication.shared.open(url)