foxygit / doom Log in
commit 4ff554629fd0189a2d757d888ebe2669589e9352
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Mon Apr 25 20:48:17 2016 +0200
Commit:     Fabian Greffrath <fabian@greffrath.com>
CommitDate: Mon Apr 25 20:48:17 2016 +0200

    opl_sdl.c: remove unused variable "i"
---
 opl/opl_sdl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/opl/opl_sdl.c b/opl/opl_sdl.c
index 370e6b87..39054978 100644
--- a/opl/opl_sdl.c
+++ b/opl/opl_sdl.c
@@ -157,8 +157,6 @@ static void AdvanceTime(unsigned int nsamples)

 static void FillBuffer(int16_t *buffer, unsigned int nsamples)
 {
-    unsigned int i;
-
     // This seems like a reasonable assumption.  mix_buffer is
     // 1 second long, which should always be much longer than the
     // SDL mix buffer.