diff options
author | Yasha Borevich <johndoe@example.com> | 2018-06-29 13:53:12 +0300 |
---|---|---|
committer | Yasha Borevich <johndoe@example.com> | 2018-07-01 22:08:37 +0300 |
commit | f78e5e5725253942190a92d52fb63dd2379fb863 (patch) | |
tree | 0e87073809ab4fa4c7afd8609f5d5db4e6868e7c /platform/iphone/os_iphone.h | |
parent | b7f17a100d43af1df6ff11f2a81d1aeb170d2d69 (diff) | |
download | redot-engine-f78e5e5725253942190a92d52fb63dd2379fb863.tar.gz |
Respect window/handheld/orientation setting in iOS
Diffstat (limited to 'platform/iphone/os_iphone.h')
-rw-r--r-- | platform/iphone/os_iphone.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/platform/iphone/os_iphone.h b/platform/iphone/os_iphone.h index 7d73a6fe5c..8dc1ae6dc2 100644 --- a/platform/iphone/os_iphone.h +++ b/platform/iphone/os_iphone.h @@ -47,14 +47,6 @@ class OSIPhone : public OS_Unix { -public: - enum Orientations { - PortraitDown, - PortraitUp, - LandscapeLeft, - LandscapeRight, - }; - private: enum { MAX_MOUSE_COUNT = 8, @@ -64,8 +56,6 @@ private: static HashMap<String, void *> dynamic_symbol_lookup_table; friend void register_dynamic_symbol(char *name, void *address); - uint8_t supported_orientations; - VisualServer *visual_server; AudioDriverCoreAudio audio_driver; |