aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap
diff options
context:
space:
mode:
authorStrangerke2016-05-23 01:51:31 +0200
committerStrangerke2016-05-23 01:51:31 +0200
commitc9fdd32ebc2e2d6d7d71b480af6257858ebf540c (patch)
tree9b408869e5f754f3496055369ff2155263dbe269 /engines/gnap
parenta586f7701d7e791668ed725d56a702dba64e8d65 (diff)
downloadscummvm-rg350-c9fdd32ebc2e2d6d7d71b480af6257858ebf540c.tar.gz
scummvm-rg350-c9fdd32ebc2e2d6d7d71b480af6257858ebf540c.tar.bz2
scummvm-rg350-c9fdd32ebc2e2d6d7d71b480af6257858ebf540c.zip
GNAP: Remove an irrelevant TODO copied from another engine
Diffstat (limited to 'engines/gnap')
-rw-r--r--engines/gnap/music.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/gnap/music.cpp b/engines/gnap/music.cpp
index 57b2b27820..af33786a8f 100644
--- a/engines/gnap/music.cpp
+++ b/engines/gnap/music.cpp
@@ -43,10 +43,6 @@ MusicPlayer::MusicPlayer(const char *filename) : _filename(filename) {
else
_driver->sendGMReset();
- // TODO: Load cmf.ins with the instrument table. It seems that an
- // interface for such an operation is supported for AdLib. Maybe for
- // this card, setting instruments is necessary.
-
_driver->setTimerCallback(this, &timerCallback);
}
}