diff options
author | ritsuka <[email protected]> | 2014-08-25 15:56:57 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-25 15:56:57 +0000 |
commit | 7f5f9fa934bf1e5afb7567badf40147c28594ff6 (patch) | |
tree | 67d9d7b861c6b1e0544822ceebae738a2d6a294e /macosx/HBSubtitlesController.m | |
parent | 68f946e7ea88e2393338716d36a90d36dc1337fb (diff) |
MacGui: store the audio and subtitles defaults in each queue item so they can be loaded back from the queue.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6360 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBSubtitlesController.m')
-rw-r--r-- | macosx/HBSubtitlesController.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/HBSubtitlesController.m b/macosx/HBSubtitlesController.m index 92cc1d1db..187d96316 100644 --- a/macosx/HBSubtitlesController.m +++ b/macosx/HBSubtitlesController.m @@ -227,11 +227,6 @@ NSString *keySubTrackLanguageIndex = @"keySubTrackLanguageIndex"; [self addTracksFromDefaults:self]; } -- (void)prepareSubtitlesForPreset:(NSMutableDictionary *)preset -{ - [self.settings prepareSubtitlesForPreset:preset]; -} - #pragma mark - Actions - (BOOL)validateUserInterfaceItem:(id < NSValidatedUserInterfaceItem >)anItem |