cleaned up code

This commit is contained in:
michael starke
2016-08-30 19:02:51 +02:00
parent 7a14506156
commit c1d4bcbfd9
3 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,6 @@
- (id)initWithWindow:(NSWindow *)window {
self = [super initWithWindow:window];
if(self){
//_allowsEmptyPasswordOrKey = YES;
_showPassword = NO;
_hasValidPasswordOrKey = NO;
}