From: havoc Date: Tue, 4 Sep 2007 20:27:12 +0000 (+0000) Subject: remove unused variable X-Git-Tag: xonotic-v0.1.0preview~2916 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=439aeadd8527be1cd66c13f03e1722a8f0e2cc04 remove unused variable git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7559 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/snd_ogg.c b/snd_ogg.c index 8abe92c4..75b12d1b 100644 --- a/snd_ogg.c +++ b/snd_ogg.c @@ -631,7 +631,6 @@ qboolean OGG_LoadVorbisFile (const char *filename, sfx_t *sfx) ogg_int64_t len, buff_len; double peak = 0.0; double gaindb = 0.0; - double gain; if (!vf_dll) return false;