Remove s_openal_maxgain. It's unused since the previous commit.

This commit is contained in:
Yamagi Burmeister 2017-04-21 17:14:19 +02:00
parent fafc4d385e
commit 9bc980811f

View file

@ -48,7 +48,6 @@
#define MIN_CHANNELS 16
/* Globals */
cvar_t *s_openal_maxgain;
int active_buffers;
qboolean streamPlaying;
static ALuint s_srcnums[MAX_CHANNELS - 1];
@ -783,8 +782,6 @@ AL_Init(void)
return false;
}
s_openal_maxgain = Cvar_Get("s_openal_maxgain", "1.0", CVAR_ARCHIVE);
/* check for linear distance extension */
if (!qalIsExtensionPresent("AL_EXT_LINEAR_DISTANCE"))
{