summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideoController.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-27 10:48:12 +0000
committerritsuka <[email protected]>2014-12-27 10:48:12 +0000
commit11e8c42dca071c1f4536d939adbfdb13bbd6645a (patch)
tree145cd451bd32785e90556dc43a0e0177e1682fed /macosx/HBVideoController.m
parentdf8b2ff3e109699e3dadd88404911f8dfc7b210a (diff)
MacGui: remove unneeded init.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6656 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBVideoController.m')
-rw-r--r--macosx/HBVideoController.m4
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"