| Index: webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
|
| diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m b/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
|
| index 7dda2fc02b2da4fc588b683d0e1b6e901105330b..b169ca41fb520015a114f9df35f2df14dd450968 100644
|
| --- a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
|
| +++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
|
| @@ -43,12 +43,6 @@
|
| return YES;
|
| }
|
|
|
| -- (void)applicationWillResignActive:(UIApplication *)application {
|
| - ARDMainViewController *viewController =
|
| - (ARDMainViewController *)_window.rootViewController;
|
| - [viewController applicationWillResignActive:application];
|
| -}
|
| -
|
| - (void)applicationWillTerminate:(UIApplication *)application {
|
| RTCShutdownInternalTracer();
|
| RTCCleanupSSL();
|
|
|