소스 검색

cleanup in AppCoordinator

cyberta 5 년 전
부모
커밋
5198ebbf4f
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      deltachat-ios/Coordinator/AppCoordinator.swift

+ 0 - 6
deltachat-ios/Coordinator/AppCoordinator.swift

@@ -293,12 +293,6 @@ class NewChatCoordinator: Coordinator {
         navigationController.pushViewController(newGroupController, animated: true)
     }
 
-    func showQRCodeController() {
-        _ = QrCodeReaderController()
-        // controller.delegate = self
-        // present(controller, animated: true, completion: nil)
-    }
-
     func showNewContactController() {
         let newContactController = NewContactController()
         let coordinator = EditContactCoordinator(dcContext: dcContext, navigationController: navigationController)