remove unused default

This commit is contained in:
Jesús A. Álvarez 2016-06-04 19:40:20 +02:00
parent b1bd3da561
commit 397c1c4d70
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ static NSObject<Emulator> *sharedEmulator = nil;
@"en-US": @"US.nfkeyboardlayout"};
NSString *firstLanguage = [NSBundle preferredLocalizationsFromArray:layoutForLanguage.allKeys].firstObject;
NSDictionary *defaultValues = @{@"trackpad": @([UIDevice currentDevice].userInterfaceIdiom != UIUserInterfaceIdiomPad),
@"frameskip": @(0),
@"keyboardLayout": layoutForLanguage[firstLanguage],
@"machine": @"MacPlus4M"
};