diff options
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 4 |
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]; } |