diff options
author | Damiano Galassi <[email protected]> | 2016-03-10 08:51:40 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-03-10 08:51:40 +0100 |
commit | 9915346bc55eaae2b9508259f51fa458a7ce679c (patch) | |
tree | 91ab59254a23b7adecc349d1a0260001732d3bdf /macosx | |
parent | 2730d607c182fc3d4858ea579a74ab96ac923c39 (diff) |
MacGui: remove an unused var.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HBJob+HBJobConversion.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/HBJob+HBJobConversion.m b/macosx/HBJob+HBJobConversion.m index 07d2be599..5db1bd840 100644 --- a/macosx/HBJob+HBJobConversion.m +++ b/macosx/HBJob+HBJobConversion.m @@ -221,7 +221,6 @@ } // Map the settings in the dictionaries for the SubtitleList array to match title->list_subtitle - BOOL one_burned = NO; for (HBSubtitlesTrack *subTrack in self.subtitles.tracks) { if (subTrack.isEnabled) @@ -268,7 +267,6 @@ } else if (hb_subtitle_can_burn(SRTSUB)) { - one_burned = YES; sub_config.dest = RENDERSUB; } @@ -291,7 +289,6 @@ } else if (hb_subtitle_can_burn(subt->source)) { - one_burned = YES; sub_config.dest = RENDERSUB; } |