diff options
author | Strangerke | 2016-05-23 01:51:31 +0200 |
---|---|---|
committer | Strangerke | 2016-05-23 01:51:31 +0200 |
commit | c9fdd32ebc2e2d6d7d71b480af6257858ebf540c (patch) | |
tree | 9b408869e5f754f3496055369ff2155263dbe269 | |
parent | a586f7701d7e791668ed725d56a702dba64e8d65 (diff) | |
download | scummvm-rg350-c9fdd32ebc2e2d6d7d71b480af6257858ebf540c.tar.gz scummvm-rg350-c9fdd32ebc2e2d6d7d71b480af6257858ebf540c.tar.bz2 scummvm-rg350-c9fdd32ebc2e2d6d7d71b480af6257858ebf540c.zip |
GNAP: Remove an irrelevant TODO copied from another engine
-rw-r--r-- | engines/gnap/music.cpp | 4 |
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); } } |