diff options
Diffstat (limited to 'iphone/FixMyStreet/main.m')
-rw-r--r-- | iphone/FixMyStreet/main.m | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/iphone/FixMyStreet/main.m b/iphone/FixMyStreet/main.m deleted file mode 100644 index 05f436018..000000000 --- a/iphone/FixMyStreet/main.m +++ /dev/null @@ -1,16 +0,0 @@ -// -// main.m -// FixMyStreet -// -// Created by Matthew on 25/09/2008. -// Copyright UK Citizens Online Democracy 2008. All rights reserved. -// - -#import <UIKit/UIKit.h> - -int main(int argc, char *argv[]) { - NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; - int retVal = UIApplicationMain(argc, argv, nil, nil); - [pool release]; - return retVal; -} |