aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-08-08 15:22:47 +0000
committerMax Horn2004-08-08 15:22:47 +0000
commitcebd4a24cb9be98930caa6ab42b2b9b7ac644c7b (patch)
treeecf1213e7a61294568b90a909b414409adf058d5
parent6772f1d358c1d9a44c6aafd649d34dbea06bece0 (diff)
downloadscummvm-rg350-cebd4a24cb9be98930caa6ab42b2b9b7ac644c7b.tar.gz
scummvm-rg350-cebd4a24cb9be98930caa6ab42b2b9b7ac644c7b.tar.bz2
scummvm-rg350-cebd4a24cb9be98930caa6ab42b2b9b7ac644c7b.zip
Remove orphaned TODO
svn-id: r14517
-rw-r--r--sound/mp3.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/mp3.cpp b/sound/mp3.cpp
index a71290952c..0748da6307 100644
--- a/sound/mp3.cpp
+++ b/sound/mp3.cpp
@@ -114,8 +114,6 @@ MP3InputStream::~MP3InputStream() {
}
bool MP3InputStream::init() {
- // TODO
-
// Read in the first chunk of the MP3 file
_size = _file->read(_ptr, _bufferSize);
if (_size <= 0) {