]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove unused variable
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 4 Sep 2007 20:27:12 +0000 (20:27 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 4 Sep 2007 20:27:12 +0000 (20:27 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7559 d7cf8633-e32d-0410-b094-e92efae38249

snd_ogg.c

index 8abe92c46c090251c4da879e3401d0b6cba68f72..75b12d1b418dce8425e891e9227a7ba44a94696b 100644 (file)
--- 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;