diff options
Diffstat (limited to 'macosx/HBAppDelegate.m')
-rw-r--r-- | macosx/HBAppDelegate.m | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/macosx/HBAppDelegate.m b/macosx/HBAppDelegate.m index 39f6671ea..33b82c315 100644 --- a/macosx/HBAppDelegate.m +++ b/macosx/HBAppDelegate.m @@ -281,23 +281,6 @@ #pragma mark - Presets Menu actions -- (void)checkBuiltInsForUpdates -{ - // if we have built in presets to update, then do so AlertBuiltInPresetUpdate - //if ([self.presetsManager checkBuiltInsForUpdates]) - //{ - if ([[NSUserDefaults standardUserDefaults] boolForKey:@"AlertBuiltInPresetUpdate"] == YES) - { - // Show an alert window that built in presets will be updated - [NSApp requestUserAttention:NSCriticalRequest]; - NSAlert *alert = [[NSAlert alloc] init]; - [alert setMessageText:@"HandBrake has determined your built in presets are out of dateā¦"]; - [alert setInformativeText:@"HandBrake will now update your built-in presets."]; - [alert runModal]; - } - //} -} - /** * Adds the presets list to the menu. */ |