Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
spessasus committed Sep 26, 2023
1 parent c67327f commit 291fce7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/spessasynth_lib/synthetizer/buffer_voice/voice.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @typedef {{}}
*/

import {Preset} from "../../soundfont/chunk/presets.js";
import { SynthesisModel } from './synthesis_model.js';

Expand Down Expand Up @@ -68,11 +64,6 @@ export class Voice
});
}

/**
* @type {[]}
*/
static cachedVoices = [];


/**
* @param debug {boolean}
Expand Down

0 comments on commit 291fce7

Please sign in to comment.