diff --git a/templates/cpp-template-default/proj.ios_mac/ios/main.m b/templates/cpp-template-default/proj.ios_mac/ios/main.m index 6de81dc800..8daa43e017 100644 --- a/templates/cpp-template-default/proj.ios_mac/ios/main.m +++ b/templates/cpp-template-default/proj.ios_mac/ios/main.m @@ -1,8 +1,5 @@ #import -// Under iOS and the Simulator, we can use an alternate Accelerometer interface -#import "AccelerometerSimulation.h" - int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];