Skip to content

Commit

Permalink
- removed dead menu options
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Dec 4, 2019
1 parent b9367ca commit bbdd146
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions wadsrc/static/menudef.txt
Expand Up @@ -1826,34 +1826,6 @@ OptionValue BufferCounts
}


OptionString SoundOutputsWindows
{
"Default", "$OPTVAL_DEFAULT"
"DirectSound", "$OPTSTR_DIRECTSOUND"
"WASAPI", "$OPTSTR_WASAPI"
"ASIO", "$OPTSTR_ASIO"
"WaveOut", "$OPTSTR_WAVEOUT"
"No sound", "$OPTSTR_NOSOUND"
}


OptionString SoundOutputsUnix
{
"Default", "$OPTVAL_DEFAULT"
"OSS", "$OPTSTR_OSS"
"ALSA", "$OPTSTR_ALSA"
"SDL", "$OPTSTR_SDL"
"ESD", "$OPTSTR_ESD"
"PulseAudio", "$OPTSTR_PULSEAUDIO"
"No sound", "$OPTSTR_NOSOUND"
}

OptionString SoundOutputsMac
{
"Core Audio", "$OPTSTR_COREAUDIO"
"No sound", "$OPTSTR_NOSOUND"
}

OptionString ALDevices
{
// filled in by the sound code
Expand Down

0 comments on commit bbdd146

Please sign in to comment.