Skip to content

Commit

Permalink
Removed dead code (caught by Clang's static analyzer).
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Jan 9, 2016
1 parent 1615b2e commit 87ea39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/uikit/SDL_uikitappdelegate.m
Expand Up @@ -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,
Expand Down

0 comments on commit 87ea39b

Please sign in to comment.