summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 389caca..1f72268 100644
--- a/src/main.c
+++ b/src/main.c
@@ -202,7 +202,6 @@ char *BarUiSelectMusicId (PianoHandle_t *ph) {
return musicId;
}
-/* FIXME: this is now correct */
inline float BarSamplesToSeconds (float samplerate, float channels,
float samples) {
return channels * 1000.0 * samples / samplerate;