summaryrefslogtreecommitdiffstats
path: root/platform/iphone/app_delegate.h
diff options
context:
space:
mode:
authorBastiaanOlij <mux213@gmail.com>2017-01-07 19:33:11 +1100
committerBastiaanOlij <mux213@gmail.com>2017-01-16 23:14:13 +1100
commit3a02df7739df1ad0003ac7b4dd97a8dca2de4f99 (patch)
tree3b79be439fc6a8cd72dfd76fdf0631254693c8ec /platform/iphone/app_delegate.h
parenteeea11602240d41c704e540ef2fd3cad422cc01a (diff)
downloadredot-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.h2
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> {