Skip to content

Commit

Permalink
Sync with upstream r238
Browse files Browse the repository at this point in the history
  • Loading branch information
reverser committed Apr 23, 2015
1 parent 81e6b49 commit 3d0f26f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PreferenceController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ @implementation MVPreferenceController

-(id)init
{
if (![super initWithWindowNibName:@"Preferences"])
return nil;

self = [super initWithWindowNibName:@"Preferences"];
return self;
}

Expand Down

0 comments on commit 3d0f26f

Please sign in to comment.