Removed commented out code

This commit is contained in:
denise 2013-05-29 13:18:37 -04:00
parent 90e235350f
commit d3355a527a
1 changed files with 0 additions and 2 deletions

View File

@ -711,8 +711,6 @@ class Application_Model_Scheduler
$doInsert = true;
}
//$endTimeDT = $this->findEndTime($nextStartDT, $file['cliplength']);
//$endTimeDT = $this->findTimeDifference($endTimeDT, $this->crossfadeDuration);
// default fades are in seconds
// we need to convert to '00:00:00' format
$file['fadein'] = Application_Common_DateHelper::secondsToPlaylistTime($file['fadein']);