From 291fce7c6a5024c63245dd523f44173b3cf488a4 Mon Sep 17 00:00:00 2001 From: spessasus <95608008+spessasus@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:49:17 +0200 Subject: [PATCH] remove unused --- src/spessasynth_lib/synthetizer/buffer_voice/voice.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/spessasynth_lib/synthetizer/buffer_voice/voice.js b/src/spessasynth_lib/synthetizer/buffer_voice/voice.js index 2dc62ada..3807812d 100644 --- a/src/spessasynth_lib/synthetizer/buffer_voice/voice.js +++ b/src/spessasynth_lib/synthetizer/buffer_voice/voice.js @@ -1,7 +1,3 @@ -/** - * @typedef {{}} - */ - import {Preset} from "../../soundfont/chunk/presets.js"; import { SynthesisModel } from './synthesis_model.js'; @@ -68,11 +64,6 @@ export class Voice }); } - /** - * @type {[]} - */ - static cachedVoices = []; - /** * @param debug {boolean}