]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_oss.c
A minor removal of a few pieces of dead code. Nothing major. This is
[xonotic/darkplaces.git] / snd_oss.c
index a0afe75d7a4f8581d634406f0c7fc3a2439c11ff..fb28f2e264da1572095a69e173c81a39a276a68d 100644 (file)
--- a/snd_oss.c
+++ b/snd_oss.c
@@ -239,8 +239,6 @@ int SNDDMA_GetDMAPos(void)
                snd_inited = 0;
                return 0;
        }
-//     shm->samplepos = (count.bytes / (shm->samplebits / 8)) & (shm->samples-1);
-//     Qprintf(stderr, "%d    \r", count.ptr);
        shm->samplepos = count.ptr / (shm->samplebits / 8);
 
        return shm->samplepos;