removed mods directory from the ATutor codebase
[atutor.git] / mods / atsocial_iphone_app / main.m
diff --git a/mods/atsocial_iphone_app/main.m b/mods/atsocial_iphone_app/main.m
deleted file mode 100644 (file)
index 939fb76..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-//  main.m
-//  ATutor
-//
-//  Created by Quang Anh Do on 25/05/2010.
-//  Copyright Quang Anh Do 2010. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-int main(int argc, char *argv[]) {
-    
-    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
-    int retVal = UIApplicationMain(argc, argv, nil, @"ATutorAppDelegate");
-    [pool release];
-    return retVal;
-}