Index: webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m |
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m |
index 3944480b0d4e3e188fc3a85ce75a87d02e7b5084..09a3d6d7449952444bb9a7e49d5672bf857e0a01 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m |
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m |
@@ -54,10 +54,6 @@ typedef NS_ENUM(int, ARDSettingsSections) { |
selecting:[_settingsModel currentVideoCodecSettingFromStore]]; |
} |
-- (void)viewDidAppear:(BOOL)animated { |
- [super viewDidAppear:animated]; |
-} |
- |
#pragma mark - Data source |
- (NSArray<NSString *> *)videoResolutionArray { |