소스 검색

Removed dead code (caught by Clang's static analyzer).

Alex Szpakowski 9 년 전
부모
커밋
87ea39be84
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/video/uikit/SDL_uikitappdelegate.m

+ 0 - 1
src/video/uikit/SDL_uikitappdelegate.m

@@ -333,7 +333,6 @@ SDL_LoadLaunchImageNamed(NSString *name, int screenh)
 - (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,