Mercurial > sdl-ios-xcode
comparison src/video/uikit/SDL_uikitevents.m @ 2425:491958a6c881 gsoc2008_iphone
Removed log messages (printf and NSLog)
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Fri, 15 Aug 2008 00:42:14 +0000 |
parents | eec14ed2bb18 |
children | 4a07dc228e93 |
comparison
equal
deleted
inserted
replaced
2424:ecc18fbfdec3 | 2425:491958a6c881 |
---|---|
48 when the delegate receives the ApplicationWillTerminate message, we execute | 48 when the delegate receives the ApplicationWillTerminate message, we execute |
49 a longjmp statement to get back here, preventing an immediate exit. | 49 a longjmp statement to get back here, preventing an immediate exit. |
50 | 50 |
51 */ | 51 */ |
52 if (setjmp(*jump_env()) != 0) { | 52 if (setjmp(*jump_env()) != 0) { |
53 NSLog(@"Bam! We're back"); | 53 //NSLog(@"Bam! We're back"); |
54 } | 54 } |
55 else { | 55 else { |
56 SInt32 result; | 56 SInt32 result; |
57 do { | 57 do { |
58 result = CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, TRUE); | 58 result = CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, TRUE); |