remove unessecary functions
This commit is contained in:
parent
af3d32a493
commit
ff85f2307f
2 changed files with 0 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue