diff options
Diffstat (limited to 'apps/gui/pitchscreen.c')
| -rw-r--r-- | apps/gui/pitchscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c index 421ec04..13da415 100644 --- a/apps/gui/pitchscreen.c +++ b/apps/gui/pitchscreen.c @@ -733,7 +733,7 @@ static int pitchscreen_do_touchscreen(struct viewport vps[]) int gui_syncpitchscreen_run(void) { - int button, i; + int button; int32_t pitch = sound_get_pitch(); int32_t semitone; |