remove unessecary functions

This commit is contained in:
Jade (Rose) Rowland 2024-05-30 18:58:41 -04:00
parent af3d32a493
commit ff85f2307f
2 changed files with 0 additions and 3 deletions

View file

@ -27,7 +27,6 @@ export function getSound(s) {
export const resetLoadedSounds = () => soundMap.set({});
let audioContext;
export const isAudioInitialized = () => audioContext != null;
export const setDefaultAudioContext = () => {
audioContext = new AudioContext();