- Removed accidentally checked in test-code

This commit is contained in:
Aryan Ghassemi 2014-01-06 22:15:29 -08:00
parent b22ee4dbae
commit ccd27bff8f
1 changed files with 0 additions and 6 deletions

View File

@ -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 -