From 439aeadd8527be1cd66c13f03e1722a8f0e2cc04 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 4 Sep 2007 20:27:12 +0000 Subject: [PATCH] remove unused variable git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7559 d7cf8633-e32d-0410-b094-e92efae38249 --- snd_ogg.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2