summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m
index 51e5df1..dbd7734 100644
--- a/Juick/AppDelegate.m
+++ b/Juick/AppDelegate.m
@@ -165,11 +165,6 @@
return (AppDelegate *)[UIApplication sharedApplication].delegate;
}
-- (UINavigationController *) navigator {
- UINavigationController *secondaryNavigationController = [(UISplitViewController *)self.window.rootViewController viewControllers][1];
- return [[secondaryNavigationController viewControllers] firstObject];
-}
-
- (void)presentThread:(UIViewController *)vc {
[[self navigator] performSegueWithIdentifier:@"threadSegue" sender:vc];
}