aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/flac.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/flac.cpp b/sound/flac.cpp
index 539d5f429e..4edc5da9b7 100644
--- a/sound/flac.cpp
+++ b/sound/flac.cpp
@@ -194,8 +194,6 @@ FlacInputStream::FlacInputStream(Common::SeekableReadStream *inStream, bool disp
assert(_inStream);
memset(&_streaminfo, 0, sizeof(_streaminfo));
-// TODO: Implement looping support
-
_sampleCache.bufReadPos = NULL;
_sampleCache.bufFill = 0;