shithub: choc

Download patch

ref: 4ff554629fd0189a2d757d888ebe2669589e9352
parent: d982aa21ea969829a0f96e9b65c248ff37b0f220
author: Fabian Greffrath <fabian@greffrath.com>
date: Mon Apr 25 16:48:17 EDT 2016

opl_sdl.c: remove unused variable "i"

--- a/opl/opl_sdl.c
+++ b/opl/opl_sdl.c
@@ -157,8 +157,6 @@
 
 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.