aboutsummaryrefslogtreecommitdiffstats
path: root/Video Tuneup/ViewController.m
diff options
context:
space:
mode:
authorBrian Jordan2012-04-16 20:15:09 -0400
committerBrian Jordan2012-04-16 20:15:09 -0400
commitb353574a03955d2d5f6c615eb15affbbb9c4f858 (patch)
treea451dffa24cfcb02075f6441de298c0d5dea40bd /Video Tuneup/ViewController.m
parent25a3eed54cb1425ba665600dc53cd074369d311c (diff)
downloadVideo-Tuneup-b353574a03955d2d5f6c615eb15affbbb9c4f858.tar.bz2
clean up unused variables
Diffstat (limited to 'Video Tuneup/ViewController.m')
-rw-r--r--Video Tuneup/ViewController.m2
1 files changed, 1 insertions, 1 deletions
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;