From c564ca5b904120753012df12e0d7610bf9c3b3ac Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Tue, 31 Jan 2017 18:34:56 -0500 Subject: [PATCH] remove unused function --- src/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.js b/src/index.js index eca7310..fe85f09 100644 --- a/src/index.js +++ b/src/index.js @@ -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':