aboutsummaryrefslogtreecommitdiff
path: root/sdl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sdl.cpp')
-rw-r--r--sdl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdl.cpp b/sdl.cpp
index 8723812e1e..594d1bc768 100644
--- a/sdl.cpp
+++ b/sdl.cpp
@@ -658,8 +658,6 @@ void drawMouse(Scumm *s, int xdraw, int ydraw, int w, int h, byte *buf, bool vis
}
}
-static uint32 midi_counter;
-
void fill_sound(void *userdata, Uint8 *stream, int len) {
scumm.mixWaves((int16*)stream, len>>1);
}