remove snd_resampling_mode

This commit is contained in:
Roman Fomin 2023-04-05 03:23:37 +07:00
parent 8c8acf3a0f
commit 2b2214b9a6
3 changed files with 0 additions and 9 deletions

View File

@ -61,7 +61,6 @@ static boolean snd_init = false;
// haleyjd 10/28/05: updated for Julian's music code, need full quality now
int snd_samplerate;
char *snd_resampling_mode;
static ALuint *openal_sources;

View File

@ -36,7 +36,6 @@
#define S_STEREO_SWING (96<<FRACBITS)
extern int snd_samplerate;
extern char *snd_resampling_mode;
// [FG] variable pitch bend range
extern int pitch_bend_range;

View File

@ -391,13 +391,6 @@ default_t defaults[] = {
"audio device frequency in Hz"
},
{
"snd_resampling_mode",
(config_t *) &snd_resampling_mode, NULL,
{.s = "linear"}, {0}, string, ss_none, wad_no,
"audio resampling mode (\"default\", \"linear\" (default), \"fast\", \"medium\", \"best\")"
},
// [FG] play sounds in full length
{
"full_sounds",