summaryrefslogtreecommitdiff
path: root/src/SFML/Window/iOS/SFViewController.hpp
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2018-10-16 22:26:18 +0100
committerJames Cowgill <jcowgill@debian.org>2018-10-16 22:26:18 +0100
commit08bb1c372efcc9e2054e64b80959f025c8f43744 (patch)
treef86dce95fab2840aa96e7c2253de95a27d1566cf /src/SFML/Window/iOS/SFViewController.hpp
parentb175eed3ca950204c9b52fdcebc897f337b7bf19 (diff)
New upstream version 2.5.1+dfsg
Diffstat (limited to 'src/SFML/Window/iOS/SFViewController.hpp')
-rw-r--r--src/SFML/Window/iOS/SFViewController.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/SFML/Window/iOS/SFViewController.hpp b/src/SFML/Window/iOS/SFViewController.hpp
index b8a77aa..2b65d35 100644
--- a/src/SFML/Window/iOS/SFViewController.hpp
+++ b/src/SFML/Window/iOS/SFViewController.hpp
@@ -56,14 +56,6 @@
- (BOOL)shouldAutorotate;
////////////////////////////////////////////////////////////
-/// \brief Returns the supported orientations (iOS >= 6)
-///
-/// \return A combination of all the supported orientations
-///
-////////////////////////////////////////////////////////////
-- (NSUInteger)supportedInterfaceOrientations;
-
-////////////////////////////////////////////////////////////
// Member data
////////////////////////////////////////////////////////////
@property (nonatomic) bool orientationCanChange; ///< Tells whether the controller's view can rotate or not