diff --git a/Limelight/ViewControllers/SWRevealViewController.m b/Limelight/ViewControllers/SWRevealViewController.m index 9b15ec8..3ed41fd 100755 --- a/Limelight/ViewControllers/SWRevealViewController.m +++ b/Limelight/ViewControllers/SWRevealViewController.m @@ -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