aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/modal.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2016-09-19 07:25:13 +0200
committerTorbjörn Andersson2016-09-19 07:25:56 +0200
commitff1a9ac8d45d6335d75371ef91986700a2019500 (patch)
treeab6288dabab05fd4f0e34676b722b34211acfe6e /engines/fullpipe/modal.cpp
parent579c024653e66fd4a08c91a80b34d3208e5faf6c (diff)
downloadscummvm-rg350-ff1a9ac8d45d6335d75371ef91986700a2019500.tar.gz
scummvm-rg350-ff1a9ac8d45d6335d75371ef91986700a2019500.tar.bz2
scummvm-rg350-ff1a9ac8d45d6335d75371ef91986700a2019500.zip
FULLPIPE: Remove obsolete TODO comment
Diffstat (limited to 'engines/fullpipe/modal.cpp')
-rw-r--r--engines/fullpipe/modal.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/fullpipe/modal.cpp b/engines/fullpipe/modal.cpp
index 1d1bbd077d..883642952d 100644
--- a/engines/fullpipe/modal.cpp
+++ b/engines/fullpipe/modal.cpp
@@ -233,8 +233,6 @@ void ModalIntro::finish() {
}
void ModalVideoPlayer::play(const char *filename) {
- // TODO: Videos are encoded using Intel Indeo 5 (IV50), which isn't supported yet
-
Video::AVIDecoder *aviDecoder = new Video::AVIDecoder();
if (!aviDecoder->loadFile(filename))