diff options
author | BastiaanOlij <mux213@gmail.com> | 2017-01-07 19:33:11 +1100 |
---|---|---|
committer | BastiaanOlij <mux213@gmail.com> | 2017-01-16 23:14:13 +1100 |
commit | 3a02df7739df1ad0003ac7b4dd97a8dca2de4f99 (patch) | |
tree | 3b79be439fc6a8cd72dfd76fdf0631254693c8ec /platform/iphone/app_delegate.h | |
parent | eeea11602240d41c704e540ef2fd3cad422cc01a (diff) | |
download | redot-engine-3a02df7739df1ad0003ac7b4dd97a8dca2de4f99.tar.gz |
Working on compile issues for iOS
Diffstat (limited to 'platform/iphone/app_delegate.h')
-rw-r--r-- | platform/iphone/app_delegate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/iphone/app_delegate.h b/platform/iphone/app_delegate.h index 6883692b15..1b2ca42ab6 100644 --- a/platform/iphone/app_delegate.h +++ b/platform/iphone/app_delegate.h @@ -30,8 +30,6 @@ #import "gl_view.h" #import "view_controller.h" -// Old accelerometer approach deprecated since IOS 7.0 -// Include coremotion for accelerometer, gyroscope and magnetometer access, available since IOS 4.0 but some functionality won't work for anything before IOS 5.0 #import <CoreMotion/CoreMotion.h> @interface AppDelegate : NSObject <UIApplicationDelegate, GLViewDelegate> { |