mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2025-02-04 00:30:59 +00:00
remove unused default
This commit is contained in:
parent
b1bd3da561
commit
397c1c4d70
@ -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"
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user