diff options
author | dynaflash <[email protected]> | 2009-11-18 20:34:05 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2009-11-18 20:34:05 +0000 |
commit | 2e91534cfcdcfb9a5b725332dee64aaca7e1be51 (patch) | |
tree | 6ad7fc11dc7efed3571f625827681210d84bce60 /macosx/PictureController.m | |
parent | 4563726e20b6ab9191d738e6343926c9f542c190 (diff) |
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
Diffstat (limited to 'macosx/PictureController.m')
-rw-r--r-- | macosx/PictureController.m | 13 |
1 files changed, 0 insertions, 13 deletions
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]; |