From b353574a03955d2d5f6c615eb15affbbb9c4f858 Mon Sep 17 00:00:00 2001 From: Brian Jordan Date: Mon, 16 Apr 2012 20:15:09 -0400 Subject: clean up unused variables --- Video Tuneup/ViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Video Tuneup/ViewController.m') diff --git a/Video Tuneup/ViewController.m b/Video Tuneup/ViewController.m index 60efc1f..4fc5a99 100644 --- a/Video Tuneup/ViewController.m +++ b/Video Tuneup/ViewController.m @@ -42,7 +42,7 @@ static const NSString *ItemStatusContext; self.editor.song = songAsset; // Begin export - [self.editor buildCompositionObjectsForPlayback:YES]; + [self.editor buildNewCompositionForPlayback:YES]; // Initialize editor's player self.playerItem = self.editor.playerItem; -- cgit v1.2.3