UITabBarController *tabBarController= (UITabBarController *)[UIApplication sharedApplication].delegate.window.rootViewController;
NSMutableArray?*tabbarViewControllers=?[NSMutableArray?arrayWithArray:?[tabBarController?viewControllers]];
[tabbarViewControllers?removeObjectAtIndex:1];
[tabBarController?setViewControllers:?tabbarViewControllers?];