From f50274816d63e4f7582b17fde0b64154a78dd2aa Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 26 Jan 2016 19:10:18 +0000 Subject: [PATCH] Remove an unused variable to cleanup a compiler warning. --- src/sound.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sound.c b/src/sound.c index f4ad01c..6b594c6 100644 --- a/src/sound.c +++ b/src/sound.c @@ -1170,7 +1170,6 @@ doc_sound_end(int osc, int can_repeat, double eff_dsamps, double dsamps) Doc_reg *rptr, *orptr; int mode, omode; int other_osc; - int one_shot_stop; int ctl; /* handle osc stopping and maybe interrupting */