From 2e91534cfcdcfb9a5b725332dee64aaca7e1be51 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Wed, 18 Nov 2009 20:34:05 +0000 Subject: MacGui: Remove vestigial conditional which did not allow loose anamorphic if the ffmpeg video encoder was used. - Patch by Rodeo. Thanks Rodeo! - Addresses http://forum.handbrake.fr/viewtopic.php?f=4&t=13117 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2943 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/PictureController.m | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'macosx/PictureController.m') diff --git a/macosx/PictureController.m b/macosx/PictureController.m index 307962aeb..67fe65f07 100644 --- a/macosx/PictureController.m +++ b/macosx/PictureController.m @@ -520,10 +520,7 @@ [fAnamorphicPopUp removeAllItems]; [fAnamorphicPopUp addItemWithTitle: @"None"]; [fAnamorphicPopUp addItemWithTitle: @"Strict"]; - if (allowLooseAnamorphic) - { [fAnamorphicPopUp addItemWithTitle: @"Loose"]; - } [fAnamorphicPopUp addItemWithTitle: @"Custom"]; [fAnamorphicPopUp selectItemAtIndex: job->anamorphic.mode]; @@ -1105,16 +1102,6 @@ autoCrop = setting; } -- (BOOL) allowLooseAnamorphic -{ - return allowLooseAnamorphic; -} - -- (void) setAllowLooseAnamorphic: (BOOL) setting -{ - allowLooseAnamorphic = setting; -} - - (IBAction)showPreviewPanel: (id)sender forTitle: (hb_title_t *)title { //[self SetTitle:title]; -- cgit v1.2.3