HomeVC: Killed SearchVC as HomeVC fully replaces it now

This commit is contained in:
manuroe
2015-12-09 12:35:53 +01:00
parent be9fad2bfa
commit a0ca77c770
6 changed files with 1 additions and 207 deletions
@@ -27,8 +27,6 @@
#import "VectorDesignValues.h"
#import "SearchViewController.h"
@interface RecentsViewController ()
{
// Recents refresh handling
@@ -303,11 +301,6 @@
controller.navigationItem.leftItemsSupplementBackButton = YES;
}
}
else if ([[segue identifier] isEqualToString:@"presentSearch"])
{
SearchViewController *searchViewController = (SearchViewController*)segue.destinationViewController;
[searchViewController displayWithSession:self.dataSource.mxSession];
}
// Hide back button title
self.navigationItem.backBarButtonItem =[[UIBarButtonItem alloc] initWithTitle:@"" style:UIBarButtonItemStylePlain target:nil action:nil];