diff --git a/Application/MediaKeysApplication.m b/Application/MediaKeysApplication.m index 5f178c2bd..ab0befa25 100644 --- a/Application/MediaKeysApplication.m +++ b/Application/MediaKeysApplication.m @@ -20,11 +20,6 @@ AppController *_appController; } -- (void)reportException:(NSException *)exception { - [[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"sceneKitCrashed"]; - [super reportException:exception]; -} - - (void)finishLaunching { [super finishLaunching]; _appController = (AppController *)[self delegate];