summaryrefslogtreecommitdiffstats
path: root/platform/iphone/os_iphone.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-11-09 23:36:08 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-11-09 23:36:08 +0100
commited57f0a0d40e7fa8dde222c48cd5649d3f80008e (patch)
treee25a7a5ce877126b8d8bd8f7a1d1b5a782d90ada /platform/iphone/os_iphone.cpp
parent9e6f9742f4443b0fdb7593ea1fc1b3a7dd46409c (diff)
downloadredot-engine-ed57f0a0d40e7fa8dde222c48cd5649d3f80008e.tar.gz
Remove get_default_video_mode definition on OSX/iOS
It had been missed in d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e and broke compilation for those platforms. Took the opportunity to run clang-format on the code base to fix some corner cases that went through our static tests/were overlooked recently.
Diffstat (limited to 'platform/iphone/os_iphone.cpp')
-rw-r--r--platform/iphone/os_iphone.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/iphone/os_iphone.cpp b/platform/iphone/os_iphone.cpp
index 13e3b7670a..0685e961c3 100644
--- a/platform/iphone/os_iphone.cpp
+++ b/platform/iphone/os_iphone.cpp
@@ -62,11 +62,6 @@ OSIPhone *OSIPhone::get_singleton() {
return (OSIPhone *)OS::get_singleton();
};
-OS::VideoMode OSIPhone::get_default_video_mode() const {
-
- return video_mode;
-};
-
uint8_t OSIPhone::get_orientations() const {
return supported_orientations;