Remove unused var

This commit is contained in:
Aria 2025-09-30 16:21:28 -07:00
parent 4de0c11f8c
commit bad498a1e5

View file

@ -1065,7 +1065,6 @@ class WavetableOscillatorProcessor extends AudioWorkletProcessor {
this.frameLen = 0;
this.numFrames = 0;
this.phase = [];
this.syncRatio = 1;
this.port.onmessage = (e) => {
const { type, payload } = e.data || {};