aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/rate.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/rate.cpp b/sound/rate.cpp
index 955c0bbf47..552c3fbd14 100644
--- a/sound/rate.cpp
+++ b/sound/rate.cpp
@@ -204,9 +204,6 @@ public:
int16 tmp[2];
st_size_t len = osamp;
assert(input.isStereo() == stereo);
-
-// TODO: use readBuffer
-
while (!input.eos() && len--) {
tmp[0] = tmp[1] = (input.read() * vol) >> 8;
if (stereo)