rm deadcode

This commit is contained in:
Jade (Rose) Rowland
2025-09-22 00:13:59 -04:00
parent da926805b3
commit fdcdc3aaa0
-3
View File
@@ -23,9 +23,6 @@ if (typeof DelayNode !== 'undefined') {
start(t) {
this.delayGain.gain.setValueAtTime(this.delayGain.gain.value, t + this.delayTime.value);
}
stop(t) {
this.delayGain.gain.setValueAtTime(0, t);
}
}
AudioContext.prototype.createFeedbackDelay = function (wet, time, feedback) {