From c9fdd32ebc2e2d6d7d71b480af6257858ebf540c Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 23 May 2016 01:51:31 +0200 Subject: GNAP: Remove an irrelevant TODO copied from another engine --- engines/gnap/music.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/gnap') 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); } } -- cgit v1.2.3