Commit c9c3d038 authored by Sam Lantinga's avatar Sam Lantinga

Fixed spacing

parent 3a83076d
......@@ -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
......
......@@ -50,7 +50,6 @@ UIKit_PumpEvents(_THIS)
result = CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, TRUE);
} while(result == kCFRunLoopRunHandledSource);
}
}
/* vi: set ts=4 sw=4 expandtab: */
......@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment