From 547e61fc4b1727d06b8097e6e272c2f32fd3477b Mon Sep 17 00:00:00 2001 From: michael starke Date: Tue, 21 Nov 2017 12:32:17 +0100 Subject: [PATCH] removed commented dead code --- MacPass/MPPasswordEditWindowController.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/MacPass/MPPasswordEditWindowController.h b/MacPass/MPPasswordEditWindowController.h index 1369e377..b857d7f2 100644 --- a/MacPass/MPPasswordEditWindowController.h +++ b/MacPass/MPPasswordEditWindowController.h @@ -47,9 +47,6 @@ @property (weak) IBOutlet NSButton *changePasswordButton; @property (weak) IBOutlet NSButton *hasPasswordSwitchButton; -//@property (nonatomic,assign) BOOL allowsEmptyPasswordOrKey; -//@property (weak) id delegate; - - (IBAction)clearKey:(id)sender; - (IBAction)generateKey:(id)sender;