aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metronome.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/metronome.c b/metronome.c
index b39fc6d..b43549a 100644
--- a/metronome.c
+++ b/metronome.c
@@ -142,8 +142,6 @@ static int play(snd_pcm_t *pcm_handle, const char *pattern, int bpm)
} else {
play_tone(pcm_handle, 's');
}
-
- usleep(500);
}
}