remove unused function

This commit is contained in:
Eric Rosenbaum 2017-01-31 18:34:56 -05:00
parent 088efdeb0e
commit c564ca5b90

View file

@ -186,10 +186,6 @@ AudioPlayer.prototype.stopAllSounds = function () {
this.audioEngine.drumPlayer.stopAll();
};
AudioPlayer.prototype.setPitchEffect = function (value) {
this.pitchEffect.set(value, this.activeSoundPlayers);
};
AudioPlayer.prototype.setEffect = function (effect, value) {
switch (effect) {
case 'pitch':