diff options
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]; |