Code cleaning: Remove useless Action

This commit is contained in:
giomfo 2016-01-11 13:00:19 +01:00
parent a43582bab7
commit ed85f5aba5

View file

@ -410,13 +410,6 @@
}
}
#pragma mark - Actions
- (IBAction)search:(id)sender
{
[self performSegueWithIdentifier:@"presentSearch" sender:self];
}
#pragma mark - recents drag & drop management
- (void)onRecentsDragEnd