summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitlesController.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-27 15:56:29 +0000
committerritsuka <[email protected]>2014-12-27 15:56:29 +0000
commit77d37037be2dc26e571fe10f57e52f2327db9b9c (patch)
treed37b2dab545ea7e33ca3bb509b795d31102f0739 /macosx/HBSubtitlesController.m
parent7f6ec5084e21a88d662fa453be6186724658bc9b (diff)
MacGui: clean up headers and imports.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6661 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBSubtitlesController.m')
-rw-r--r--macosx/HBSubtitlesController.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/HBSubtitlesController.m b/macosx/HBSubtitlesController.m
index 5f836289c..b6433ef8a 100644
--- a/macosx/HBSubtitlesController.m
+++ b/macosx/HBSubtitlesController.m
@@ -6,11 +6,9 @@
#import "HBSubtitlesController.h"
#import "HBSubtitlesDefaultsController.h"
-#import "HBSubtitlesDefaults.h"
#import "HBJob.h"
-#import "Controller.h"
#include "hb.h"
#include "lang.h"
@@ -84,7 +82,7 @@ NSString *keySubTrackLanguageIndex = @"keySubTrackLanguageIndex";
@"ISO-8859-9E", @"ISO-8859-10", @"ISO-8859-11", @"ISO-8859-13", @"ISO-8859-14", @"ISO-8859-15", @"ISO-8859-16",
@"UTF-7", @"UTF-8", @"UTF-16", @"UTF-16LE", @"UTF-16BE", @"UTF-32", @"UTF-32LE", @"UTF-32BE"] retain];
- // Register as observer for the HBController notifications.
+ // Register as observer for the HBJob notifications.
[[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(containerChanged:) name: HBContainerChangedNotification object: nil];
}