summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitles.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBSubtitles.m')
-rw-r--r--macosx/HBSubtitles.m10
1 files changed, 0 insertions, 10 deletions
diff --git a/macosx/HBSubtitles.m b/macosx/HBSubtitles.m
index 3d3b3476b..bffc4a5e3 100644
--- a/macosx/HBSubtitles.m
+++ b/macosx/HBSubtitles.m
@@ -783,17 +783,7 @@ container = newContainer;
if ([[aTableColumn identifier] isEqualToString:@"forced"])
{
- if ([[[subtitleArray objectAtIndex:rowIndex] objectForKey:@"subtitleSourceTrackType"] isEqualToString:@"SRT"])
- {
- [aCell setState:0];
- [[subtitleArray objectAtIndex:rowIndex] setObject:0 forKey:@"subtitleTrackForced"];
- [aCell setEnabled:NO];
- }
- else
- {
- [aCell setEnabled:YES];
[aCell setState:[[[subtitleArray objectAtIndex:rowIndex] objectForKey:@"subtitleTrackForced"] intValue]];
- }
}
else if ([[aTableColumn identifier] isEqualToString:@"burned"])
{