diff options
| author | Torbjörn Andersson | 2016-09-19 07:25:13 +0200 |
|---|---|---|
| committer | Torbjörn Andersson | 2016-09-19 07:25:56 +0200 |
| commit | ff1a9ac8d45d6335d75371ef91986700a2019500 (patch) | |
| tree | ab6288dabab05fd4f0e34676b722b34211acfe6e | |
| parent | 579c024653e66fd4a08c91a80b34d3208e5faf6c (diff) | |
| download | scummvm-rg350-ff1a9ac8d45d6335d75371ef91986700a2019500.tar.gz scummvm-rg350-ff1a9ac8d45d6335d75371ef91986700a2019500.tar.bz2 scummvm-rg350-ff1a9ac8d45d6335d75371ef91986700a2019500.zip | |
FULLPIPE: Remove obsolete TODO comment
| -rw-r--r-- | engines/fullpipe/modal.cpp | 2 |
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)) |
