From ff9b9751c6da20e44158347d9a3c7276a99d0a18 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Tue, 22 Jan 2008 17:16:46 +0000 Subject: MacGui: Remove one last section of code which generated the old update alert window, duh! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1226 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.mm | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'macosx') diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 1651f5cec..62a732781 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -130,20 +130,6 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It [self openMainWindow:nil]; - if( ( build = hb_check_update( fHandle, &version ) ) > -1 ) - { - /* Update available - tell the user */ - - NSBeginInformationalAlertSheet( _( @"Update is available" ), - _( @"Go get it!" ), _( @"Discard" ), NULL, fWindow, self, - @selector( updateAlertDone:returnCode:contextInfo: ), - NULL, NULL, [NSString stringWithFormat: - _( @"HandBrake %s (build %d) is now available for download." ), - version, build] ); - return; - - } - /* Show Browse Sources Window ASAP */ [self performSelectorOnMainThread: @selector(browseSources:) withObject: NULL waitUntilDone: NO]; -- cgit v1.2.3