diff options
Diffstat (limited to 'macosx/HBSubtitlesDefaultsController.m')
-rw-r--r-- | macosx/HBSubtitlesDefaultsController.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/HBSubtitlesDefaultsController.m b/macosx/HBSubtitlesDefaultsController.m index 3c458abac..f98423394 100644 --- a/macosx/HBSubtitlesDefaultsController.m +++ b/macosx/HBSubtitlesDefaultsController.m @@ -70,11 +70,6 @@ static void *HBSubtitlesDefaultsContex = &HBSubtitlesDefaultsContex; [self.settings.trackSelectionLanguages removeAllObjects]; [self.settings.trackSelectionLanguages addObjectsFromArray:self.languagesList.selectedLanguages]; - - if ([self.delegate respondsToSelector:@selector(sheetDidEnd)]) - { - [self.delegate performSelector:@selector(sheetDidEnd)]; - } } - (void)dealloc |