summaryrefslogtreecommitdiff
path: root/src/SFML/Window/iOS/SFViewController.hpp
diff options
context:
space:
mode:
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