]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_ogg.c
remove unused variable
[xonotic/darkplaces.git] / 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;