diff options
Diffstat (limited to 'macosx/HBVideoController.m')
-rw-r--r-- | macosx/HBVideoController.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/HBVideoController.m b/macosx/HBVideoController.m index 8819ac93e..fa0bb192e 100644 --- a/macosx/HBVideoController.m +++ b/macosx/HBVideoController.m @@ -62,10 +62,6 @@ static void *HBVideoControllerContext = &HBVideoControllerContext; self = [super initWithNibName:@"Video" bundle:nil]; if (self) { - // Use a single HBVideo instance for now, - // will use the HBJob one in the future. - _video = [[HBVideo alloc] init]; - // Observe the advanced tab pref shown/hided state. [[NSUserDefaultsController sharedUserDefaultsController] addObserver:self forKeyPath:@"values.HBShowAdvancedTab" |