diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-27 10:59:49 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-27 10:59:49 +0200 |
commit | 495bd64fe05431b75a73164fae58e4f1f275ab66 (patch) | |
tree | 753b498390732ee9c54fa3240471ab7971b6d1d7 | |
parent | 4978e3255c01c82a38f0e564ea43ad7d6cefdfd4 (diff) | |
download | pianobar-windows-495bd64fe05431b75a73164fae58e4f1f275ab66.tar.gz pianobar-windows-495bd64fe05431b75a73164fae58e4f1f275ab66.tar.bz2 pianobar-windows-495bd64fe05431b75a73164fae58e4f1f275ab66.zip |
client: Wrong comment deleted
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |