aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap
diff options
context:
space:
mode:
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);
}
}