From ccd27bff8f8064963b6fdb4a178ea17c1f16d04f Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Mon, 6 Jan 2014 22:15:29 -0800 Subject: [PATCH] - Removed accidentally checked in test-code --- SlideMenu/Source/SlideNavigationController.m | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SlideMenu/Source/SlideNavigationController.m b/SlideMenu/Source/SlideNavigationController.m index 56f4e40..5d42749 100644 --- a/SlideMenu/Source/SlideNavigationController.m +++ b/SlideMenu/Source/SlideNavigationController.m @@ -46,12 +46,6 @@ #define MENU_REVEAL_ANIMATION_DEFAULT_SLIDE_MOVEMENT 100 #define MENU_REVEAL_ANIMATION_DEFAULT_FADE_MAXIMUM_ALPHA .9 -- (NSUInteger)supportedInterfaceOrientations -{ - //return (UIInterfaceOrientationMaskAll); - return (UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight | UIInterfaceOrientationMaskPortraitUpsideDown); -} - static SlideNavigationController *singletonInstance; #pragma mark - Initialization -