Skip to content

Commit

Permalink
chore(soundmanager): remove unused function (#3086)
Browse files Browse the repository at this point in the history
  • Loading branch information
drepram committed May 9, 2022
1 parent aae008f commit c8cd552
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libraries/SoundManager/SoundManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ export default class SoundManager {
}
}

/**
* @function
* init 'sounds' property
* @param volume
*/
private initSounds(volume: number = 1.0) {}
/** @function
* Check if a specific sound exists
* @param sound Name of the sound to check
Expand Down

0 comments on commit c8cd552

Please sign in to comment.