diff --git a/MacPass/MPEntryViewController.m b/MacPass/MPEntryViewController.m index c6c057f1..a3d1ac21 100644 --- a/MacPass/MPEntryViewController.m +++ b/MacPass/MPEntryViewController.m @@ -641,10 +641,6 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell"; } } -- (IBAction)enterHistoryBrowser:(id)sender { - -} - - (void)delete:(id)sender { KPKEntry *entry =[self _clickedOrSelectedEntry]; if(!entry) {