diff --git a/MacPass/Base.lproj/EntryInspectorView.xib b/MacPass/Base.lproj/EntryInspectorView.xib index 17d798b4..2958b354 100644 --- a/MacPass/Base.lproj/EntryInspectorView.xib +++ b/MacPass/Base.lproj/EntryInspectorView.xib @@ -589,7 +589,7 @@ - + @@ -611,7 +611,7 @@ - + diff --git a/MacPass/MPDocumentWindowController.h b/MacPass/MPDocumentWindowController.h index ff0a6f1f..3f951914 100644 --- a/MacPass/MPDocumentWindowController.h +++ b/MacPass/MPDocumentWindowController.h @@ -64,19 +64,10 @@ - (IBAction)delete:(id)sender; - (IBAction)duplicateEntryWithOptions:(id)sender; -- (IBAction)pickExpiryDate:(id)sender; - (IBAction)performAutotypeForEntry:(id)sender; - (IBAction)showGroupInOutline:(id)sender; -/* actions relayed to MPEntryViewController */ -- (IBAction)copyUsername:(id)sender; -- (IBAction)copyPassword:(id)sender; -- (IBAction)copyCustomAttribute:(id)sender; -- (IBAction)copyAsReference:(id)sender; -- (IBAction)copyURL:(id)sender; -- (IBAction)openURL:(id)sender; - #pragma mark Helper - (IBAction)fixAutotype:(id)sender;