Fixed warnings about unused variables and so forth.

This commit is contained in:
Sam Lantinga 2011-02-17 02:18:41 -08:00
parent 30d36c1c80
commit 7fda55f8d4
5 changed files with 1 additions and 8 deletions

View file

@ -53,7 +53,7 @@ int main(int argc, char **argv) {
UIApplicationMain(argc, argv, NULL, @"SDLUIKitDelegate");
[pool release];
return 0;
}
@implementation SDLUIKitDelegate