diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-01-16 13:47:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-16 13:47:01 +0100 |
commit | 0c80bc2579e6d3cc904f71dacde760f1081a9cb1 (patch) | |
tree | 3b79be439fc6a8cd72dfd76fdf0631254693c8ec /platform/iphone/app_delegate.h | |
parent | eeea11602240d41c704e540ef2fd3cad422cc01a (diff) | |
parent | 3a02df7739df1ad0003ac7b4dd97a8dca2de4f99 (diff) |
Merge pull request #7457 from BastiaanOlij/glew3-ios
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> { |