From 87ea39be8499fc7bb87868e271b190ee337b15de Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sat, 9 Jan 2016 17:41:09 -0400 Subject: [PATCH] Removed dead code (caught by Clang's static analyzer). --- src/video/uikit/SDL_uikitappdelegate.m | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/uikit/SDL_uikitappdelegate.m b/src/video/uikit/SDL_uikitappdelegate.m index 68199da290525..c175cf14e15cb 100644 --- a/src/video/uikit/SDL_uikitappdelegate.m +++ b/src/video/uikit/SDL_uikitappdelegate.m @@ -333,7 +333,6 @@ - (void)postFinishLaunch - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { NSBundle *bundle = [NSBundle mainBundle]; - NSNotificationCenter *center = [NSNotificationCenter defaultCenter]; #if SDL_IPHONE_LAUNCHSCREEN /* The normal launch screen is displayed until didFinishLaunching returns,