Fixed spacing

This commit is contained in:
Sam Lantinga 2011-02-01 08:59:22 -08:00
parent 3a83076de1
commit c9c3d0381a
5 changed files with 409 additions and 413 deletions

View file

@ -99,7 +99,6 @@ afterDelay:0.0];
SDL_SendQuit();
/* hack to prevent automatic termination. See SDL_uikitevents.m for details */
longjmp(*(jump_env()), 1);
}
- (void) applicationWillResignActive:(UIApplication*)application

View file

@ -50,7 +50,6 @@ UIKit_PumpEvents(_THIS)
result = CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, TRUE);
} while(result == kCFRunLoopRunHandledSource);
}
}
/* vi: set ts=4 sw=4 expandtab: */

View file

@ -141,8 +141,6 @@ void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context)
SDL_uikitopenglview *view = (SDL_uikitopenglview *)context;
/* this will also delete it */
[view removeFromSuperview];
return;
}