Skip to content

Commit f929eaa

Browse files
authored
Update src/vs/platform/audioCues/browser/audioCueService.ts
1 parent cc025eb commit f929eaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/platform/audioCues/browser/audioCueService.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ export class AudioCueService extends Disposable implements IAudioCueService {
5656
/**
5757
* Gaming and other apps often play a sound variant when the same event happens again
5858
* for an improved experience. This function plays a random sound from the given group to accomplish that.
59-
* @param groupId
60-
* @param allowManyInParallel
6159
*/
6260
public playRandomAudioCue(groupId: AudioCueGroupId, allowManyInParallel?: boolean): void {
6361
const cues = AudioCue.allAudioCues.filter(cue => cue.groupId === groupId);

0 commit comments

Comments
 (0)