mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 10:31:02 +00:00
Removed supportedInterfaceOrientations since it didn't do anything and caused a warning on iOS 9 because the prototype seems to have changed
This commit is contained in:
@@ -742,15 +742,6 @@ const int FrontViewPositionNone = 0xff;
|
||||
_userInteractionStore = _contentView.userInteractionEnabled;
|
||||
}
|
||||
|
||||
|
||||
- (NSUInteger)supportedInterfaceOrientations
|
||||
{
|
||||
// we could have simply not implemented this, but we choose to call super to make explicit that we
|
||||
// want the default behavior.
|
||||
return [super supportedInterfaceOrientations];
|
||||
}
|
||||
|
||||
|
||||
#pragma mark - Public methods and property accessors
|
||||
|
||||
- (void)setFrontViewController:(UIViewController *)frontViewController
|
||||
|
||||
Reference in New Issue
Block a user