From 397c1c4d70714721aa9ff6253e89eb668899cb4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20A=2E=20A=CC=81lvarez?= Date: Sat, 4 Jun 2016 19:40:20 +0200 Subject: [PATCH] remove unused default --- Mini vMac/AppDelegate.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Mini vMac/AppDelegate.m b/Mini vMac/AppDelegate.m index 97deb1f..08cbf77 100644 --- a/Mini vMac/AppDelegate.m +++ b/Mini vMac/AppDelegate.m @@ -47,7 +47,6 @@ static NSObject *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" };