diff options
author | Rodeo <[email protected]> | 2011-08-15 20:30:55 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2011-08-15 20:30:55 +0000 |
commit | fc26f24de969967ea0758b059f84d7fefcca3cc9 (patch) | |
tree | 50def5a08aa4fdf0f3a795c8572fe5184340aba3 /macosx | |
parent | 746186658150dcbca2721d6d6fea77b4d7c09467 (diff) |
MacGUI: HBAudioController.m: remove two stray newlines which my patch inexplicably introduced in revision 4054.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4178 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HBAudioController.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HBAudioController.m b/macosx/HBAudioController.m index b2de10c98..68116a401 100644 --- a/macosx/HBAudioController.m +++ b/macosx/HBAudioController.m @@ -322,12 +322,10 @@ NSString *HBMixdownChangedNotification = @"HBMixdownChangedNotification"; // If our preset does not contain a drc or gain value set it to a default of 0.0 if (![dict objectForKey: @"AudioTrackDRCSlider"]) - { [dict setObject:[NSNumber numberWithFloat:0.0] forKey:@"AudioTrackDRCSlider"]; } if (![dict objectForKey: @"AudioTrackGainSlider"]) - { [dict setObject:[NSNumber numberWithFloat:0.0] forKey:@"AudioTrackGainSlider"]; } |