Skip to content

Commit 29941d1

Browse files
committed
Remove unnecesarry functions
1 parent afc25f8 commit 29941d1

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

WooCommerce/Classes/AppDelegate.swift

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
143143
}
144144
}
145145

146-
// MARK: - UIScene Configuration
147-
extension AppDelegate {
148-
func application(_ application: UIApplication,
149-
configurationForConnecting connectingSceneSession: UISceneSession,
150-
options: UIScene.ConnectionOptions) -> UISceneConfiguration {
151-
let config = UISceneConfiguration(name: nil, sessionRole: connectingSceneSession.role)
152-
config.delegateClass = SceneDelegate.self
153-
return config
154-
}
155-
156-
}
157-
158146
// MARK: - Initialization Methods
159147
//
160148
extension AppDelegate {

WooCommerce/WooCommerceTests/System/TestingAppDelegate.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,4 @@ class TestingAppDelegate: AppDelegate {
2626

2727
return true
2828
}
29-
30-
override func application(_ application: UIApplication,
31-
configurationForConnecting connectingSceneSession: UISceneSession,
32-
options: UIScene.ConnectionOptions) -> UISceneConfiguration {
33-
let config = UISceneConfiguration(name: "Testing Configuration", sessionRole: connectingSceneSession.role)
34-
config.delegateClass = TestingSceneDelegate.self
35-
return config
36-
}
3729
}

0 commit comments

Comments
 (0)