summaryrefslogtreecommitdiffstats
path: root/macosx/HBAppDelegate.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-05-14 20:18:08 +0000
committerritsuka <[email protected]>2015-05-14 20:18:08 +0000
commit3a503a1e335af9707efdbe21be35a9633082cc6b (patch)
tree0339976cf8543a2b568610df2f289e68b42e5198 /macosx/HBAppDelegate.m
parent7d10172d9a11030858b1ec4d1f8521db1c324983 (diff)
MacGui: remove the built in presets update alert.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7185 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAppDelegate.m')
-rw-r--r--macosx/HBAppDelegate.m17
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.
*/