delete dead code

This commit is contained in:
Roman Fomin 2023-03-24 00:41:08 +07:00
parent 3bc2769f0a
commit 44921bfd9a

View File

@ -228,17 +228,6 @@ extern boolean coop_spawns;
extern int snd_SfxVolume; // maximum volume for sound
extern int snd_MusicVolume; // maximum volume for music
// Current music/sfx card - index useless
// w/o a reference LUT in a sound module.
// Ideally, this would use indices found
// in: /usr/include/linux/soundcard.h
extern int snd_MusicDevice;
extern int snd_SfxDevice;
// Config file? Same disclaimer as above.
extern int snd_DesiredMusicDevice;
extern int snd_DesiredSfxDevice;
// -------------------------
// Status flags for refresh.
//