mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +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;
|
_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
|
#pragma mark - Public methods and property accessors
|
||||||
|
|
||||||
- (void)setFrontViewController:(UIViewController *)frontViewController
|
- (void)setFrontViewController:(UIViewController *)frontViewController
|
||||||
|
|||||||
Reference in New Issue
Block a user