diff options
author | Damiano Galassi <[email protected]> | 2016-10-31 18:40:08 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-10-31 18:40:08 +0100 |
commit | 77d09e91d9e7ed3e31abb13c68db0843e7c1c299 (patch) | |
tree | 858a02d59b58c846538381d2e112edc9c9e27dd8 /macosx/HBPictureController.m | |
parent | b796c6c6b7b5a87c7c8ccf696e92c1469fc62b7d (diff) |
MacGui: Add new anamorphic mode "Automatic".
Diffstat (limited to 'macosx/HBPictureController.m')
-rw-r--r-- | macosx/HBPictureController.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/HBPictureController.m b/macosx/HBPictureController.m index 371b6bc01..0014f687a 100644 --- a/macosx/HBPictureController.m +++ b/macosx/HBPictureController.m @@ -65,10 +65,6 @@ static void *HBPictureControllerContext = &HBPictureControllerContext; { [[self window] setExcludedFromWindowsMenu:YES]; - /* Populate the Anamorphic NSPopUp button here */ - [fAnamorphicPopUp removeAllItems]; - [fAnamorphicPopUp addItemsWithTitles:@[@"None", @"Strict", @"Loose", @"Custom"]]; - [self resizeInspectorForTab:nil]; [self adjustSizingDisplay:nil]; } |