diff options
author | maurj <[email protected]> | 2007-04-18 09:03:46 +0000 |
---|---|---|
committer | maurj <[email protected]> | 2007-04-18 09:03:46 +0000 |
commit | 977b9455a65f4b3774e27b0c7a18c7933adcf54a (patch) | |
tree | 9faa43da19f0e477710a4a43e1150bc3265218db /macosx/Controller.mm | |
parent | e11bcb1128453450d623cb1cbc309c35a22c8dde (diff) |
Removed all references to the old job->surround variable, as it is no longer used. Also, removed the "Extract 5.1 Dolby Digital to 6-Channel AAC" preference option from the Mac OS GUI prefs window and controller, as it is no longer needed. It may be worth adding in a new "Default mixdown" preference in its place for a future version of Handbrake?
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@523 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r-- | macosx/Controller.mm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 6041ae744..36cdac5e9 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -1373,9 +1373,6 @@ static int FormatSettings[3][4] = } - /* uncheck the "export 5.1 as 6-channel AAC" checkbox if it is checked */ -// [fAudLang1SurroundCheck setState: NSOffState]; - } [self CalculatePictureSizing: sender]; |