Skip to content

Commit 4988103

Browse files
authored
Remove references of setMetalRendererEnabled (#241)
1 parent 5092537 commit 4988103

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

GoogleMaps-Swift/GoogleMapsSwiftXCFrameworkDemos/Swift/AppDelegate.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UIWindowSceneDelegate {
2525
) -> Bool {
2626

2727
GMSServices.provideAPIKey(SDKConstants.apiKey)
28-
// Metal is the preferred renderer.
29-
GMSServices.setMetalRendererEnabled(true)
3028
services = GMSServices.sharedServices()
3129

3230
return true

GoogleMaps/GoogleMapsDemos/DemoAppDelegate.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ - (BOOL)application:(UIApplication *)application
3636
}
3737
[GMSServices provideAPIKey:kAPIKey];
3838

39-
// Metal is the preferred renderer.
40-
[GMSServices setMetalRendererEnabled:YES];
4139
self.servicesHandle = [GMSServices sharedServices];
4240

4341
// Log the required open source licenses! Yes, just NSLog-ing them is not enough but is good for a

GoogleMaps/GoogleMapsXCFrameworkDemos/DemoAppDelegate.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ - (BOOL)application:(UIApplication *)application
3939
}
4040
[GMSServices provideAPIKey:kAPIKey];
4141

42-
// Metal is the preferred renderer.
43-
[GMSServices setMetalRendererEnabled:YES];
4442
self.servicesHandle = [GMSServices sharedServices];
4543

4644
// Log the required open source licenses! Yes, just NSLog-ing them is not enough but is good for a

0 commit comments

Comments
 (0)