From 2b2214b9a6c0729ba1ac38ae7cc411db767a5428 Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Wed, 5 Apr 2023 03:23:37 +0700 Subject: [PATCH] remove `snd_resampling_mode` --- src/i_sound.c | 1 - src/i_sound.h | 1 - src/m_misc.c | 7 ------- 3 files changed, 9 deletions(-) diff --git a/src/i_sound.c b/src/i_sound.c index d4022dc0..77b74a9f 100644 --- a/src/i_sound.c +++ b/src/i_sound.c @@ -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; diff --git a/src/i_sound.h b/src/i_sound.h index a2fc418b..26280378 100644 --- a/src/i_sound.h +++ b/src/i_sound.h @@ -36,7 +36,6 @@ #define S_STEREO_SWING (96<