remove old empty function

This commit is contained in:
Josh de Leeuw 2016-01-23 22:30:05 -05:00
parent 58bd9c9550
commit 9c6396cba3

View File

@ -587,11 +587,6 @@ var jsPsych = (function() {
$('#jspsych-progressbar-inner').css('width', progress.percent_complete + "%");
}
function preloadStimuli() {
// for now, this checks if there are any audio stimuli that need to be preloaded
// it could be extended to check if there are image files that need to be preloaded
}
return core;
})();