summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-01-31 07:32:00 +0000
committerritsuka <[email protected]>2015-01-31 07:32:00 +0000
commitf30872bdcb2f5a97eddfbb3ea9e06d952cf29042 (patch)
tree43dd06ea2fe51b78eba4a398317811700cba11c8 /macosx/HBController.m
parent652858987e87aedf12a6197976ffdf4b9ca40d88 (diff)
MacGui: do not apply the same preset to a job two times.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6838 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r--macosx/HBController.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m
index df36adc14..24969c0dd 100644
--- a/macosx/HBController.m
+++ b/macosx/HBController.m
@@ -864,10 +864,6 @@
else
{
self.job = [[[HBJob alloc] initWithTitle:title andPreset:self.selectedPreset] autorelease];
-
- // apply the current preset
- [self applyPreset:self.selectedPreset];
-
self.job.destURL = [self destURLForJob:self.job];
}